Store gcs key in Travis settings

Instead of encrypted in the repository.
This commit is contained in:
Asher 2020-03-03 14:46:32 -06:00
parent 2c4ca14d53
commit 538e8d8085
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
script: yarn && yarn vscode && travis_wait 60 ci/release.sh
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:
- provider: releases

Binary file not shown.