Skip to content

Instantly share code, notes, and snippets.

@sroze
Created March 18, 2015 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sroze/2c319d3a87775c71de13 to your computer and use it in GitHub Desktop.
Save sroze/2c319d3a87775c71de13 to your computer and use it in GitHub Desktop.
Drone continous deployment with Capistrano
[...]
deploy:
bash:
when:
branch: master
script:
- bundle install
- bundle exec cap staging deploy
source 'https://rubygems.org'
gem 'capifony', '~> 2.8.2'
gem 'rvm-capistrano', '~> 1.5.5'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment