-
Notifications
You must be signed in to change notification settings - Fork 10
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
build: feat/previews-to-aks #719
Conversation
Quality Gate passedIssues Measures |
.circleci/config.yml
Outdated
@@ -197,6 +203,14 @@ jobs: | |||
docker images ls | |||
docker compose rm | |||
|
|||
- run: | |||
name: deploy preview to azure |
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.
needs to be conditional on not being master.
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.
Added a branche filter.
(Also inserted the function to delete the preview)
Master build could be implemented later on. I will make the build easier.. (Remove the docker tests, and test directly on the preview)
Quality Gate passedIssues Measures |
how to test:
todo: