From 28dc7366517cc4145ddb12700d0e4136d141db07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=20=D0=9A=D1=83=D0=B2?= =?UTF-8?q?=D1=88=D0=B8=D0=BD=D0=BE=D0=B2?= Date: Fri, 19 Apr 2024 20:29:04 +0300 Subject: [PATCH] UPdate the main yaml file to restore FG after a server-side reboot. --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf4ddd3..42589b0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: @@ -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 .