Uhm
This commit is contained in:
parent
6fefbe6362
commit
cbc0a40733
1 changed files with 2 additions and 2 deletions
|
@ -14,13 +14,13 @@ sudo: true
|
|||
deploy:
|
||||
# deploy develop to the staging environment
|
||||
- provider: script
|
||||
script: deploy.sh staging
|
||||
script: ./deploy.sh staging
|
||||
on:
|
||||
branch: dev
|
||||
skip_cleanup: true
|
||||
# deploy master to production
|
||||
- provider: script
|
||||
script: deploy.sh production
|
||||
script: ./deploy.sh production
|
||||
on:
|
||||
branch: master
|
||||
skip_cleanup: true
|
||||
|
|
Loading…
Reference in a new issue