GrantBirki / actions-sandbox

A sandbox repo for testing GitHub Actions
0 stars 1 forks source link

testing #115

Closed GrantBirki closed 6 days ago

GrantBirki commented 1 week ago

debugging for https://github.com/github/branch-deploy/issues/303

GrantBirki commented 1 week ago

.deploy to production

github-actions[bot] commented 1 week ago

🚦 Invalid Deployment Order

The deployment to production cannot be proceed as the following environments need successful deployments first:

GrantBirki commented 1 week ago

That failed as expected ^. I will now deploy staging, then production and it should work fine

GrantBirki commented 1 week ago

.deploy to staging

github-actions[bot] commented 1 week ago

Deployment Triggered 🚀

GrantBirki, started a branch deployment to staging

You can watch the progress here 🔗

Branch: testing

github-actions[bot] commented 1 week ago

Deployment Results ✅

GrantBirki successfully deployed branch testing to staging

GrantBirki commented 1 week ago

The GitHub REST API has now set this latest deployment for staging (seen above) to success and because of that the GraphQL API now sees it is as ACTIVE. This is all expected and good! 👍

Screenshot 2024-09-23 at 11 06 57 AM

A production deploy should work fine now because staging is ACTIVE and has the same matching SHA to be deployed. Let's try...

GrantBirki commented 1 week ago

.deploy to production

github-actions[bot] commented 1 week ago

Deployment Triggered 🚀

GrantBirki, started a branch deployment to production

You can watch the progress here 🔗

Branch: testing

github-actions[bot] commented 1 week ago

Deployment Results ✅

GrantBirki successfully deployed branch testing to production

GrantBirki commented 1 week ago

And it works as expected 🎉