Skip to content

Commit

Permalink
Add verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed Feb 12, 2016
1 parent 905a00c commit b9542a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/travis-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ fi

if [ "$TRAVIS_BRANCH" == "master" ]; then
# Deploy to staging on a merge to master
ember deploy staging --activate
ember deploy staging --verbose --activate

elif [ -n "$TRAVIS_TAG" ]; then
# Deploy to production on a tag
ember deploy production --activate
ember deploy production --verbose --activate
fi

0 comments on commit b9542a4

Please sign in to comment.