Commit
run deploy only manually for now
commit
d804700
1 changed file with +5 and −2
modified .github/workflows/deploy.yml +5 −2
| @@ -6,8 +6,11 @@name: Deploy | ||
| 6 | 6 | # (VPS_APP_DIR is the directory on the box containing docker-compose.yml + .env) |
| 7 | 7 | |
| 8 | 8 | on: |
| 9 | - push: | |
| 10 | - branches: [main] | |
| 9 | + # Manual-only for now so it never runs (or fails) until a VPS + the | |
| 10 | + # VPS_HOST / VPS_USER / VPS_SSH_KEY / VPS_APP_DIR secrets are set. When you're | |
| 11 | + # ready, add back: | |
| 12 | + # push: | |
| 13 | + # branches: [main] | |
| 11 | 14 | workflow_dispatch: |
| 12 | 15 | |
| 13 | 16 | concurrency: |