Store gcs key in Travis settings
Instead of encrypted in the repository.
This commit is contained in:
parent
2c4ca14d53
commit
538e8d8085
|
@ -25,7 +25,7 @@ jobs:
|
||||||
script: yarn && yarn vscode && travis_wait 60 ci/release.sh
|
script: yarn && yarn vscode && travis_wait 60 ci/release.sh
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- openssl aes-256-cbc -K $encrypted_0c1654c01c97_key -iv $encrypted_0c1654c01c97_iv -in ./ci/key.json.enc -out ./ci/key.json -d
|
- echo "$JSON_KEY" | base64 -d > ./ci/key.json
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: releases
|
- provider: releases
|
||||||
|
|
BIN
ci/key.json.enc
BIN
ci/key.json.enc
Binary file not shown.
Loading…
Reference in New Issue