Skip to content

Instantly share code, notes, and snippets.

@dhollinger
Last active November 30, 2017 17:21
Show Gist options
  • Save dhollinger/8f3e6ac4590e14ac29428e173a1dfa9a to your computer and use it in GitHub Desktop.
Save dhollinger/8f3e6ac4590e14ac29428e173a1dfa9a to your computer and use it in GitHub Desktop.
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