fixes to cloudflare dyndns and ssh

This commit is contained in:
Noah Masur
2024-03-24 15:04:40 -04:00
parent 568fdc7491
commit 64bee30b17
3 changed files with 19 additions and 17 deletions

View File

@ -122,4 +122,6 @@ jobs:
- name: Copy Identity File to Host
if: inputs.action == 'create'
run: scp -i deploy_ed25519 arrow_ed25519 noah@${{ steps.host.outputs.stdout }}:~/.ssh/id_ed25519
run: |
ssh noah@${{ steps.host.outputs.stdout }} 'mkdir -pv .ssh'
scp -i deploy_ed25519 arrow_ed25519 noah@${{ steps.host.outputs.stdout }}:~/.ssh/id_ed25519