Re-generate secrets

This commit is contained in:
Michael Jackson 2019-10-06 21:30:57 -07:00
parent 4bb6cf424a
commit e8ccce173d
3 changed files with 3 additions and 4 deletions

2
.gitignore vendored
View File

@ -7,8 +7,6 @@ npm-debug.log*
/node_modules/
/public/_client/
/secrets.tar
/secret_key
/server.js
/service-account-staging.json
/service-account.json
/tokens/

View File

@ -1,13 +1,14 @@
language: node_js
cache: yarn
before_install:
- openssl aes-256-cbc -K $encrypted_a35d52d190dd_key -iv $encrypted_a35d52d190dd_iv
- openssl aes-256-cbc -K $encrypted_f0cc5a0bf9b1_key -iv $encrypted_f0cc5a0bf9b1_iv
-in secrets.tar.enc -out secrets.tar -d
- tar xvf secrets.tar
script:
- yarn lint
- yarn test
- NODE_ENV=$([ "$TRAVIS_BRANCH" == "master" ] && echo "production" || echo "staging") yarn build
- NODE_ENV=$([ "$TRAVIS_BRANCH" == "master" ] && echo "production" || echo "staging")
yarn build
deploy:
- provider: gae
skip_cleanup: true

Binary file not shown.