mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
commit
07028659bb
1 changed files with 12 additions and 10 deletions
22
.travis.yml
22
.travis.yml
|
@ -20,14 +20,16 @@ addons:
|
||||||
- admin.www.dash.org
|
- admin.www.dash.org
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
# deploy master to the staging/test environment
|
||||||
skip_cleanup: true
|
- provider: script
|
||||||
script: DEPLOY_USER=$STAGE_DEPLOY_USER DEPLOY_HOST=$STAGE_DEPLOY_HOST DEPLOY_PATH=$STAGE_DEPLOY_PATH bash script/deploy-rsync.sh
|
skip_cleanup: true
|
||||||
on:
|
script: DEPLOY_USER=$STAGE_DEPLOY_USER DEPLOY_HOST=$STAGE_DEPLOY_HOST DEPLOY_PATH=$STAGE_DEPLOY_PATH bash script/deploy-rsync.sh
|
||||||
branch: master
|
on:
|
||||||
|
branch: master
|
||||||
|
|
||||||
provider: script
|
# deploy release to the production environment
|
||||||
skip_cleanup: true
|
- provider: script
|
||||||
script: DEPLOY_USER=$PROD_DEPLOY_USER DEPLOY_HOST=$PROD_DEPLOY_HOST DEPLOY_PATH=$PROD_DEPLOY_PATH bash script/deploy-rsync.sh
|
skip_cleanup: true
|
||||||
on:
|
script: DEPLOY_USER=$PROD_DEPLOY_USER DEPLOY_HOST=$PROD_DEPLOY_HOST DEPLOY_PATH=$PROD_DEPLOY_PATH bash script/deploy-rsync.sh
|
||||||
branch: release
|
on:
|
||||||
|
branch: release
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue