We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905a00c commit b9542a4Copy full SHA for b9542a4
1 file changed
scripts/travis-deploy.sh
@@ -10,9 +10,9 @@ fi
10
11
if [ "$TRAVIS_BRANCH" == "master" ]; then
12
# Deploy to staging on a merge to master
13
- ember deploy staging --activate
+ ember deploy staging --verbose --activate
14
15
elif [ -n "$TRAVIS_TAG" ]; then
16
# Deploy to production on a tag
17
- ember deploy production --activate
+ ember deploy production --verbose --activate
18
fi
0 commit comments