Skip to content

Commit

Permalink
UPdate the main yaml file to restore FG after a server-side reboot.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkoov committed Apr 19, 2024
1 parent 73efa00 commit 28dc736
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
passphrase: ${{ secrets.SSH_PASSPHRASE }}
source: "./infra/nginx.conf"
target: "foodgram"

- name: Copy doc folder via ssh
uses: appleboy/scp-action@master
with:
Expand All @@ -150,8 +151,6 @@ jobs:
key: ${{ secrets.SSH_KEY }}

passphrase: ${{ secrets.SSH_PASSPHRASE }}
# In addition, see the README for details on other imports if needed
# Removed the 'docker system prune -af' from below
script: |
cd foodgram
cp infra/docker-compose.production.yaml .
Expand Down

0 comments on commit 28dc736

Please sign in to comment.