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

CI/CD #13

Open
ranwahle opened this issue Nov 24, 2022 · 1 comment
Open

CI/CD #13

ranwahle opened this issue Nov 24, 2022 · 1 comment
Assignees

Comments

@ranwahle
Copy link
Collaborator

Establish a process that every merge to dev branch will lead to deploy to dev environment

Establish a process that every merge to main branch will lead to deploy to prod environment

@Amitk3293 Amitk3293 self-assigned this Dec 14, 2022
@Amitk3293
Copy link
Collaborator

Amitk3293 commented Dec 14, 2022

CI for dev ENV is now applied on each push/pull request to "dev" branch -

In short, every change that has been pushed to "dev" trigger’s this workflow - https://github.com/tikalk/10n1/actions/workflows/CI-using-ghub-reg.yaml

The workflow, build the docker images(UI & DS) and push them to github registry.
You can find the images here - https://github.com/orgs/tikalk/packages?repo_name=10n1

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

2 participants