Skip to content

Instantly share code, notes, and snippets.

@shaliko
Last active August 21, 2017 15:15
Show Gist options
  • Save shaliko/67cbb89e705897ff7216bd4bc1d79b2e to your computer and use it in GitHub Desktop.
Save shaliko/67cbb89e705897ff7216bd4bc1d79b2e to your computer and use it in GitHub Desktop.
GitLab Continuous Integration with Capistrano 1
image: ruby:2.4
stages:
- deploy
deploy_staging:
environment: staging
stage: deploy
script:
- gem install capistrano
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment