i have no idea why travis isn't running my deploy script
This commit is contained in:
parent
e332a29530
commit
0930cf96f7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue