Last active
November 30, 2017 17:21
-
-
Save dhollinger/8f3e6ac4590e14ac29428e173a1dfa9a 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
stages: | |
- deploy | |
deploy_to_production: | |
variables: | |
GIT_CHECKOUT: false | |
stage: deploy | |
before_script: | |
- bundle update | |
script: | |
- bundle exec rake module_release | |
only: | |
- master | |
- deploy_test | |
when: on_success | |
tags: | |
- puppet-acceptance |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment