Commit aa45761
feat: auto-deploy to production after images are built (#442)
Add a deploy job that automatically deploys to production after
both frontend and backend images are built and pushed to GHCR.
The deploy job:
- Waits for both build jobs to complete
- Uses the production environment (for SSH credentials)
- Runs deploy.sh with the commit SHA as the image tag
- Provides a deployment summary in the workflow
This makes deployment fully automatic: push to main → build → deploy.
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent acf2062 commit aa45761
1 file changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
0 commit comments