Skip to content

Commit

Permalink
Fix Hopper SSH CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWright1324 authored Jul 31, 2024
1 parent 2ff18bb commit 255e1a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SITES_SSH_PRIVATE_KEY }}
name: id_rsa
known_hosts: ${{ secrets.SITES_SSH_KNOWN_HOSTS }}
config: ${{ vars.SITES_SSH_CONFIG }}
name: id_ed25519
known_hosts: ${{ vars.SSH_KNOWN_HOSTS }}
config: ${{ vars.SSH_CONFIG }}
if_key_exists: fail
- name: Update Server
run: ssh sites "/srv/warwickspeedrun/source/build.sh"

0 comments on commit 255e1a9

Please sign in to comment.