Run frey deployment after every successful deploy

This commit is contained in:
Marius 2016-05-10 14:53:25 +02:00
parent af6e65a8bb
commit c37f751626
1 changed files with 1 additions and 1 deletions

View File

@ -51,4 +51,4 @@ deploy:
repo: tus/tusd
after_deploy:
- .infra/scripts/rebuild-env.sh
- if [ "${TRAVIS_PULL_REQUEST}" == "false" ] && [ "${TRAVIS_BRANCH}" == "master" ]; then (make frey && frey setup --force-yes --projectDir .infra); else echo "Skipping deploy for non-master/PRs"; fi
- make frey && frey setup --force-yes --projectDir .infra