-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Branch Deploy Example #4
Conversation
👋 Thanks for opening a pull request!Here is a trimmed down summary of the deployment process:
|
.noop |
Deployment Triggered 🚀GrantBirki, started a noop deployment to production You can watch the progress here 🔗
|
Deployment Results ✅GrantBirki successfully noop deployed branch Show Resultsbirki.io.cloudflare
|
.deploy |
Deployment Triggered 🚀GrantBirki, started a branch deployment to production You can watch the progress here 🔗
|
Deployment Results ✅GrantBirki successfully branch deployed branch Show Resultsbirki.io.cloudflare
|
.deploy | FORCE=true |
Deployment Triggered 🚀GrantBirki, started a branch deployment to production You can watch the progress here 🔗
|
Deployment Results ✅GrantBirki successfully branch deployed branch Show ResultsNo changes were planned |
No changes which is expected since the last deploy got everything up to speed. Now lets simulate something going really wrong. I will first check to see if anyone owns the deployment lock. If no one owns it (or if I do), I will start a rollback deploy to bring the |
.wcid |
Lock Details 🔒The deployment lock is currently claimed by GrantBirki
The current lock has been active for
|
.deploy main |
Deployment Triggered 🚀GrantBirki, started a branch deployment to production You can watch the progress here 🔗
|
Deployment Results ✅GrantBirki successfully branch deployed branch Show Resultsbirki.io.cloudflare
|
Cool! We have rolled back. Time to unlock production and close this issue as the demo is done |
.unlock production |
🔓 Deployment Lock RemovedThe |
Nice |
This pull request demonstrates an example using IssueOps and GitHub Actions to deploy DNS changes with octodns and github/branch-deploy