i have no idea why travis isn't running my deploy script

This commit is contained in:
Cassie Tarakajian 2018-08-27 17:59:09 -04:00
parent e332a29530
commit 0930cf96f7
1 changed files with 2 additions and 2 deletions

View File

@ -32,12 +32,12 @@ before_deploy:
deploy:
- provider: script
script: bash deploy.sh
script: ./deploy.sh
skip_cleanup: true
on:
branch: production-docker
- provider: script
script: bash deploy.sh
script: ./deploy.sh
skip_cleanup: true
on:
branch: master