fixed deploy script logic

This commit is contained in:
Nicholas St. Germain 2019-01-16 23:44:48 -06:00
parent 088015653c
commit ad2f124b61
2 changed files with 78 additions and 34 deletions

View file

@ -15,3 +15,7 @@ deploy:
script: bash deploy.sh
on:
branch: master
- provider: script
script: bash deploy.sh
on:
branch: develop