Last active
August 21, 2017 15:15
-
-
Save shaliko/67cbb89e705897ff7216bd4bc1d79b2e to your computer and use it in GitHub Desktop.
GitLab Continuous Integration with Capistrano 1
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
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