Commit 5a08c5c
committed
feat(ci): use optimized deployment workflow in GitHub Actions
Update deploy-docs workflow to use the new justfile recipes that
implement version promotion. This enables safer deployments by
promoting tested preview versions instead of rebuilding.
Changes:
- Replace direct wrangler calls with justfile recipes
- Add GITHUB_ACTIONS, GITHUB_ACTOR, GITHUB_WORKFLOW env vars
- Preview: use just cf-deploy-preview
- Production: use just cf-deploy-production (auto-promotes if available)1 parent f38467c commit 5a08c5c
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
128 | 131 | | |
129 | | - | |
130 | 132 | | |
131 | | - | |
| 133 | + | |
| 134 | + | |
132 | 135 | | |
133 | | - | |
| 136 | + | |
| 137 | + | |
134 | 138 | | |
0 commit comments