Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
maelaubert56 committed Jul 18, 2024
1 parent 86c9630 commit f2adb77
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ jobs:
runs-on: ubuntu-latest

steps: # setup approvol using the environment variable "CONFIRMATION" in the repository secrets
- name: Check confirmation
run: echo "Confirmation: $CONFIRMATION"
env:
CONFIRMATION: ${{ secrets.CONFIRMATION }}

- name: Checkout repository
uses: actions/checkout@v2

Expand All @@ -26,6 +21,7 @@ jobs:
key: ${{ secrets.SERVER_SSH_KEY }}
port: ${{ secrets.SERVER_PORT }}
script: |
echo " ------ ${{ secrets.CONFIRMATION }} ------"
echo " ------ Connected to server ------"
cd /var/www/Keroguic
echo "------ Pulling changes ------"
Expand Down

0 comments on commit f2adb77

Please sign in to comment.