Skip to content

Commit b850314

Browse files
Fix Hopper SSH CI
1 parent f84fcb2 commit b850314

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
uses: shimataro/ssh-key-action@v2
1414
with:
1515
key: ${{ secrets.SITES_SSH_PRIVATE_KEY }}
16-
name: id_rsa
17-
known_hosts: ${{ secrets.SITES_SSH_KNOWN_HOSTS }}
18-
config: ${{ vars.SITES_SSH_CONFIG }}
16+
name: id_ed25519
17+
known_hosts: ${{ vars.SSH_KNOWN_HOSTS }}
18+
config: ${{ vars.SSH_CONFIG }}
1919
if_key_exists: fail
2020
- name: Update Server
2121
run: ssh sites "chmod +x /srv/rs118/update.sh && /srv/rs118/update.sh"

0 commit comments

Comments
 (0)