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: deploy:
edge: true edge: true
provider: script provider: script
script: deploy.sh script: bash deploy.sh
on: on:
branch: master branch: master
rvm: 2.2.2 rvm: 2.2.2

View File

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