Last active
January 16, 2020 08:30
-
-
Save kvaps/1f4b5d1cde26819f6521ddd89299440c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deploy:{{ environment }}:{{ app }}: | |
stage: deploy | |
tags: | |
- {{ environment }} | |
script: | |
- qbec apply {{ environment }} --root deploy/{{ app }} --force:k8s-context __incluster__ --wait --yes | |
only: | |
changes: | |
- deploy/{{ app }}/**/* | |
refs: | |
- {{ environment }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment