Skip to content

Commit

Permalink
push live
Browse files Browse the repository at this point in the history
  • Loading branch information
samwachspress committed Apr 14, 2021
1 parent 516eab1 commit afeacde
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ env:
- GOOGLE_CLOUD_BUCKET="elegansvariation.org" GOOGLE_CLOUD_PROJECT_ID="andersen-lab" ENV_CONFIG="env_config_al"

install:
- openssl aes-256-cbc -K $encrypted_f7a2e30d9b29_key -iv $encrypted_f7a2e30d9b29_iv -in env_config_al.zip.enc -out env_config.zip -d
- openssl aes-256-cbc -K $encrypted_86f5a1ab1ccf_key -iv $encrypted_86f5a1ab1ccf_iv -in env_config.zip.enc -out env_config.zip -d
- unzip -qo env_config.zip
- mv "${ENV_CONFIG}" env_config
- export VERSION_NUM=1-5-9
- export VERSION_NUM=1-5-9a
- export APP_CONFIG=master
- export CLOUD_CONFIG=1
- if [ "${TRAVIS_BRANCH}" != "master" ]; then export APP_CONFIG=development; fi;
Expand Down
Binary file modified env_config.zip.enc
Binary file not shown.
Binary file modified env_config_al.zip.enc
Binary file not shown.
Binary file modified env_config_mti.zip.enc
Binary file not shown.

0 comments on commit afeacde

Please sign in to comment.