Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CornaElicottero authored Sep 19, 2023
1 parent e88fdcd commit 3b62ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: ${{ secrets.REMOTE_PORT }}
script: |
cd ~/home/Github/setListGenerator
cd /home/Github/setListGenerator
git fetch
git pull
docker stack deploy -c docker-compose.yml setlist-generator

0 comments on commit 3b62ab0

Please sign in to comment.