[codex] Add edge push deploy workflow#1
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 510be62664
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| pull_request: | ||
| push: | ||
| branches: | ||
| - master |
There was a problem hiding this comment.
Point the deploy workflow at main
In this checkout the integration branch is main (git branch --all shows no master branch), but this trigger only runs for pushes to master; the deploy job also repeats refs/heads/master. If merges land on main, the new push validation and edge deploy path will not run at all for this repo, so production deploys remain silently disabled.
Useful? React with 👍 / 👎.
Summary
Adds an app-owned GitHub Actions deploy path for the Shipstuff DigitalOcean edge.
Changes:
shipstuff/actions/digital-ocean-uploadproductionenvironmentEDGE_KEYsecret that the servertimeai operator playbook createsValidation
Note: production deploy remains blocked until the matching servertimeai operator playbook has been run for this service.