Skip to content

Commit

Permalink
ok ssh again
Browse files Browse the repository at this point in the history
  • Loading branch information
shensquared committed Aug 19, 2024
1 parent 58fbb3c commit c2a2ffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ jobs:
chmod 600 ~/.ssh/id_rsa.pub
chmod 600 ~/.ssh/id_rsa
ssh-keyscan -p ${{ secrets.REMOTE_PORT }} -t rsa gradml.mit.edu>> ~/.ssh/known_hosts
ssh -p ${{ secrets.REMOTE_PORT }} -i ~/.ssh/id_rsa ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_HOST }}

0 comments on commit c2a2ffc

Please sign in to comment.