-
Notifications
You must be signed in to change notification settings - Fork 61
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
ci: update CD process #421
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good start! Just a few tweaks.
@deantchi you'll also need to update the chainhook manifests to apply the environment-level patch using |
🤤 |
Co-authored-by: Charlie <[email protected]>
…ix for deployments to get approval gates for each env
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made a few changes to help with CI performance, specifically added caching for cargo tests and docker image build. In the best case scenario, this should reduce CI pipeline times from ~35 minutes to ~6 minutes.
In addition to that, I fixed some dependency issues between jobs, ensured the new tag is being checked out once a new release is published, removed the blockstack
Docker hub org from being used, and some other minor fixes.
I'd like either @MicaiahReid or @deantchi to check this PR again and re-approve if possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 🚀 🚀
changes to the CI workflow.
adding auto deployments using docker container digest to the k8s repo.
dev and stg will auto approve, while prod will require manual approval