Update secrets
This commit is contained in:
parent
e59f12861a
commit
d4e39ddc1b
|
@ -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
|
||||
|
|
BIN
secrets.tar.enc
BIN
secrets.tar.enc
Binary file not shown.
Loading…
Reference in New Issue