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

Create a generic K8S deployment workflow #539

Open
ygrishajev opened this issue Dec 10, 2024 · 0 comments
Open

Create a generic K8S deployment workflow #539

ygrishajev opened this issue Dec 10, 2024 · 0 comments
Milestone

Comments

@ygrishajev
Copy link
Contributor

ygrishajev commented Dec 10, 2024

Currently we have CICD handling releases and image builds. We need to now automate deploys to k8s.

Acceptance criteria:

  • should be a generic workflow which should know how to deploy our services to k8s. For this task it should care about api and deploy-web
  • should be triggered by both workflow_call and workflow_dispatch to make sure we can trigger it both manually and re-use in other workflows
  • release-api and release-deploy-web workflows should be updated to deploy to beta after image build job
  • doc/release-workflow.md should be updated accordingly

Depends on #538 and #537

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

No branches or pull requests

1 participant