mirror of
https://github.com/containous/traefik.git
synced 2025-08-24 09:49:31 +03:00
travis after_success instead of deploy
Signed-off-by: emile <emile@vauge.com>
This commit is contained in:
13
.travis.yml
13
.travis.yml
@ -23,9 +23,10 @@ script:
|
|||||||
- make crossbinary
|
- make crossbinary
|
||||||
- make image
|
- make image
|
||||||
|
|
||||||
deploy:
|
after_success:
|
||||||
skip_cleanup: true
|
if ([ "$TRAVIS_BRANCH" == "master" ] || [ ! -z "$TRAVIS_TAG" ]) &&
|
||||||
provider: script
|
[ "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
||||||
script: script/deploy.sh
|
script/deploy.sh
|
||||||
on:
|
else
|
||||||
branch: master
|
echo "Skipping deploy"
|
||||||
|
fi
|
||||||
|
Reference in New Issue
Block a user