after succes make deploy

This commit is contained in:
emile 2016-02-22 15:17:14 +01:00
parent b35ad76ec6
commit 6cd35a50ce
No known key found for this signature in database
GPG key ID: D808B4C167352E59

View file

@ -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