Update secrets

This commit is contained in:
Michael Jackson 2019-01-26 21:41:37 -08:00
parent e59f12861a
commit d4e39ddc1b
2 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ before_install:
- tar xvf secrets.tar
script:
- npm run lint
- NODE_ENV=$(([ "$TRAVIS_BRANCH" == "master" ] || [ "$TRAVIS_BRANCH" == "gae" ]) && echo "production" || echo "staging")
npm run build
- NODE_ENV=$(([ "$TRAVIS_BRANCH" == "master" ] || [ "$TRAVIS_BRANCH" == "gae" ]) &&
echo "production" || echo "staging") npm run build
deploy:
- provider: gae
skip_cleanup: true

Binary file not shown.