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:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
script: bash deploy.sh
|
script: ./deploy.sh
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
branch: production-docker
|
branch: production-docker
|
||||||
- provider: script
|
- provider: script
|
||||||
script: bash deploy.sh
|
script: ./deploy.sh
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
Loading…
Reference in a new issue