Skip to content

Commit

Permalink
chore(deploy) Re-generate git deploy keys
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed Sep 15, 2019
1 parent e5b599d commit ee71f18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ npm config set registry https://registry.npmjs.org/
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}

# Set the GitHub deploy key we will use to publish.
set-up-ssh --key "$encrypted_573c42e37d8c_key" \
--iv "$encrypted_573c42e37d8c_iv" \
set-up-ssh --key "$encrypted_8cac63cbbf46_key" \
--iv "$encrypted_8cac63cbbf46_iv" \
--path-encrypted-key ".travis/github_deploy_key.enc"

# Change from HTTPS to SSH.
Expand Down
Binary file modified .travis/github_deploy_key.enc
Binary file not shown.

0 comments on commit ee71f18

Please sign in to comment.