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 .