Skip to content

Commit 01e2d7c

Browse files
committed
Some debugging
1 parent b9542a4 commit 01e2d7c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

scripts/travis-deploy.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ fi
1010

1111
if [ "$TRAVIS_BRANCH" == "master" ]; then
1212
# Deploy to staging on a merge to master
13-
ember deploy staging --verbose --activate
13+
ember deploy staging --verbose --activate &> deploy-log.txt
1414

1515
elif [ -n "$TRAVIS_TAG" ]; then
1616
# Deploy to production on a tag
17-
ember deploy production --verbose --activate
17+
ember deploy production --verbose --activate &> deploy-log.txt
1818
fi
19+
20+
cat deploy-log.txt

0 commit comments

Comments
 (0)