Skip to content

Instantly share code, notes, and snippets.

@kvaps
Last active January 16, 2020 08:30
Show Gist options
  • Save kvaps/1f4b5d1cde26819f6521ddd89299440c to your computer and use it in GitHub Desktop.
Save kvaps/1f4b5d1cde26819f6521ddd89299440c to your computer and use it in GitHub Desktop.
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