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