Skip to content

Instantly share code, notes, and snippets.

@ekpangmichael
Last active October 5, 2019 11:12
Show Gist options
  • Save ekpangmichael/b9526ee4979b1708dce79a269a671eac to your computer and use it in GitHub Desktop.
Save ekpangmichael/b9526ee4979b1708dce79a269a671eac to your computer and use it in GitHub Desktop.
# Job to deploy master branch to production environment
Deploy to production:
stage: deploy_production
<<: *deploy_script
only:
- master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment