Skip to content

Commit 538e8d8

Browse files
committed
Store gcs key in Travis settings
Instead of encrypted in the repository.
1 parent 2c4ca14 commit 538e8d8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
script: yarn && yarn vscode && travis_wait 60 ci/release.sh
2626

2727
before_deploy:
28-
- openssl aes-256-cbc -K $encrypted_0c1654c01c97_key -iv $encrypted_0c1654c01c97_iv -in ./ci/key.json.enc -out ./ci/key.json -d
28+
- echo "$JSON_KEY" | base64 -d > ./ci/key.json
2929

3030
deploy:
3131
- provider: releases

ci/key.json.enc

-2.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)