after succes make deploy
This commit is contained in:
parent
b35ad76ec6
commit
6cd35a50ce
1 changed files with 1 additions and 6 deletions
|
@ -24,9 +24,4 @@ script:
|
|||
- make image
|
||||
|
||||
after_success:
|
||||
if ([ "$TRAVIS_BRANCH" = "master" ] || [ ! -z "$TRAVIS_TAG" ]) && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
|
||||
echo "Deploying"
|
||||
make deploy
|
||||
else
|
||||
echo "Skipping deploy"
|
||||
fi
|
||||
- make deploy
|
||||
|
|
Loading…
Reference in a new issue