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 - tar xvf secrets.tar
script: script:
- npm run lint - npm run lint
- NODE_ENV=$(([ "$TRAVIS_BRANCH" == "master" ] || [ "$TRAVIS_BRANCH" == "gae" ]) && echo "production" || echo "staging") - NODE_ENV=$(([ "$TRAVIS_BRANCH" == "master" ] || [ "$TRAVIS_BRANCH" == "gae" ]) &&
npm run build echo "production" || echo "staging") npm run build
deploy: deploy:
- provider: gae - provider: gae
skip_cleanup: true skip_cleanup: true

Binary file not shown.