Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Commit

Permalink
Deploy tags, master and latest to gh-pages from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
san650 committed Apr 10, 2018
1 parent 6454a5c commit 010ccca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ script:
- node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO --skip-cleanup

after_success:
- NAME=deploy node_modules/.bin/ember deploy production
- if [[ ($TRAVIS_BRANCH == master || -n $TRAVIS_TAG) && $EMBER_TRY_SCENARIO == ember-default ]]; then
node_modules/.bin/ember deploy production;
fi

0 comments on commit 010ccca

Please sign in to comment.