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