We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we have CICD handling releases and image builds. We need to now automate deploys to k8s.
Acceptance criteria:
workflow_call
workflow_dispatch
release-api
release-deploy-web
doc/release-workflow.md
Depends on #538 and #537
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently we have CICD handling releases and image builds. We need to now automate deploys to k8s.
Acceptance criteria:
workflow_call
andworkflow_dispatch
to make sure we can trigger it both manually and re-use in other workflowsrelease-api
andrelease-deploy-web
workflows should be updated to deploy to beta after image build jobdoc/release-workflow.md
should be updated accordinglyDepends on #538 and #537
The text was updated successfully, but these errors were encountered: