Skip to content

Commit

Permalink
ci: 🎡 point to client-secret
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Nov 17, 2020
1 parent 4d87d47 commit fceb250
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -17,7 +17,7 @@ jobs:
- docker push jaskaransarkaria/enki-website:"$TRAVIS_TAG"
- stage: Deploy to Kubernetes
before_install:
- openssl aes-256-cbc -K $encrypted_d80a2d296111_key -iv $encrypted_d80a2d296111_iv -in credentials.tar.gz.enc -out credentials.tar.gz -d
- openssl aes-256-cbc -K $encrypted_2fd045226a67_key -iv $encrypted_2fd045226a67_iv -in client-secret.json.enc -out client-secret.json -d
- curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/
script:
- kubectl version --client
Expand Down
Binary file added client-secret.json.enc
Binary file not shown.
Binary file removed credentials.tar.gz.enc
Binary file not shown.

0 comments on commit fceb250

Please sign in to comment.