Created
December 22, 2015 12:36
-
-
Save akirill0v/689fcad77cd5da5f80ba to your computer and use it in GitHub Desktop.
This file contains 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: | |
- shell: | |
- echo $(ansible --version) | |
- cd ansible && erb secret.yml.erb > secret.yml | |
- ./bin/ansible-play -vvv -l production -t deploy -e revision=$CI_BUILD_SHA | |
branch: master | |
- shell: | |
- echo $(ansible --version) | |
- cd ansible && erb secret.yml.erb > secret.yml | |
- ./bin/ansible-play -vvv -l staging -t deploy -e revision=$CI_BUILD_SHA | |
branch: staging |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment