verbose deploy

This commit is contained in:
Abhay Rana 2015-08-22 21:16:21 +05:30
parent 1c824ea290
commit 9eb383711a
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ script: ruby test.rb
deploy:
edge: true
provider: script
script: deploy.sh
script: bash deploy.sh
on:
branch: master
rvm: 2.2.2

View File

@ -1,4 +1,4 @@
#!/bin/bash
bundle install
bundle exec mina deploy
gem install bundler
bundle install --verbose
bundle exec mina deploy --verbose