Skip to content
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

Add scheduled RC deploys #1658

Merged
merged 1 commit into from
Jun 1, 2023
Merged

Add scheduled RC deploys #1658

merged 1 commit into from
Jun 1, 2023

Conversation

nmattia
Copy link
Collaborator

@nmattia nmattia commented Jun 1, 2023

This deploys the latest production build on main to one of our test canisters, every Tuesday evening (Zurich time).

This works by fetching all production build artifacts on the main branch and grabbing the latest one; then it reuses the infrastructure we have in place to deploy to mainnet test canisters.

Finally, a message is sent to our private slack.


Some of this (fetching artifacts, deploying) can be extracted into separate actions. We can do this when the need arises.

This deploys the latest `production` build on `main` to one of our test
canisters, every Tuesday evening (Zurich time).

This works by fetching all `production` build artifacts on the `main`
branch and grabbing the latest one; then it reuses the infrastructure we
have in place to deploy to mainnet test canisters.

Finally, a message is sent to our private slack.
@nmattia nmattia changed the title Add scheduled RC releases Add scheduled RC deploys Jun 1, 2023
Copy link
Member

@frederikrothenberger frederikrothenberger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is awesome, thank you! 👍

@nmattia nmattia added this pull request to the merge queue Jun 1, 2023
Merged via the queue into main with commit 122d390 Jun 1, 2023
@nmattia nmattia deleted the nm-deploy-rc branch June 1, 2023 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants