Skip to content

Commit

Permalink
update decrypt key
Browse files Browse the repository at this point in the history
  • Loading branch information
samwachspress committed Apr 28, 2021
1 parent 88d2e96 commit 067d009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
- GOOGLE_CLOUD_BUCKET="elegansvariation.org" GOOGLE_CLOUD_PROJECT_ID="andersen-lab"

install:
- openssl aes-256-cbc -K $encrypted_86f5a1ab1ccf_key -iv $encrypted_86f5a1ab1ccf_iv -in env_config.zip.enc -out env_config.zip -d
- openssl aes-256-cbc -K $encrypted_0cdf204cee1e_key -iv $encrypted_0cdf204cee1e_iv -in env_config.zip.enc -out ./env_config.zip -d
- unzip -qo env_config.zip
- export VERSION_NUM=9-9-9-9
- export APP_CONFIG=development
Expand Down

0 comments on commit 067d009

Please sign in to comment.