Skip to content

Commit

Permalink
проверка деплоя
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebraHr committed Sep 19, 2023
1 parent 298d3d5 commit 9305088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
key: ${{ secrets.SSH_KEY }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
script: |
cd kittygram
cd foodgram
sudo docker compose -f docker-compose.production.yml pull
sudo docker compose -f docker-compose.production.yml down
sudo docker compose -f docker-compose.production.yml up -d
Expand Down

0 comments on commit 9305088

Please sign in to comment.