We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbde298 commit 393903dCopy full SHA for 393903d
1 file changed
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
username: ${{ secrets.VPS_USER }}
34
key: ${{ secrets.VPS_SSH_KEY }}
35
port: ${{ secrets.VPS_PORT }}
36
- source: "compose.yaml,bin/db-backup,bin/db-restore"
+ source: "compose.yaml,bin/db-backup,bin/db-restore,bin/redis-flushall"
37
target: ${{ secrets.VPS_APP_DIR }}/
38
39
- name: Deploy to VPS
@@ -52,7 +52,6 @@ jobs:
52
fi
53
54
cd "${{ secrets.VPS_APP_DIR }}"
55
- chmod +x bin/db-backup bin/db-restore
56
57
IMAGE_TAG="sha-${{ github.event.workflow_run.head_sha }}"
58
printf 'IMAGE_TAG=%s\n' "$IMAGE_TAG" > .env.deploy
0 commit comments