Skip to content

Commit

Permalink
Disable preprod on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
PofMagicfingers committed Jan 30, 2018
1 parent fda3b30 commit 0dfdea8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ before_deploy:
- ssh-add /tmp/deploy_rsa

deploy:
- provider: script
script: ./deploy.sh preprod
on:
branch: develop
- provider: script
script: ./deploy.sh production
on:
branch: master

# Disable preprod
# - provider: script
# script: ./deploy.sh preprod
# on:
# branch: develop

0 comments on commit 0dfdea8

Please sign in to comment.