Skip to content

Commit

Permalink
fix: Renew travis ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
LucsT committed Dec 12, 2022
1 parent 4d6b58a commit bb0dbc8
Show file tree
Hide file tree
Showing 2 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 @@ -28,7 +28,7 @@ deploy:
on:
tags: true
before_install:
- openssl aes-256-cbc -K $encrypted_3f2d70387cc8_key -iv $encrypted_3f2d70387cc8_iv
- openssl aes-256-cbc -K $encrypted_8ebb1ef83f64_key -iv $encrypted_8ebb1ef83f64_iv
-in github_deploy_key.enc -out /tmp/github_deploy_key -d
- eval "$(ssh-agent -s)"
- chmod 600 /tmp/github_deploy_key
Expand Down
Binary file modified github_deploy_key.enc
Binary file not shown.

0 comments on commit bb0dbc8

Please sign in to comment.