mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-24 18:32:24 +00:00
Compare commits
2 Commits
488b5d61fd
...
f50bbeba94
Author | SHA1 | Date | |
---|---|---|---|
|
f50bbeba94 | ||
|
848c8aac5f |
2
.github/workflows/arrow.yml
vendored
2
.github/workflows/arrow.yml
vendored
@ -128,5 +128,5 @@ jobs:
|
|||||||
- name: Copy Identity File to Host
|
- name: Copy Identity File to Host
|
||||||
if: inputs.action == 'create'
|
if: inputs.action == 'create'
|
||||||
run: |
|
run: |
|
||||||
ssh noah@${{ steps.host.outputs.stdout }} 'mkdir -pv .ssh'
|
ssh -o StrictHostKeyChecking=accept-new noah@${{ steps.host.outputs.stdout }} 'mkdir -pv .ssh'
|
||||||
scp -i deploy_ed25519 arrow_ed25519 noah@${{ steps.host.outputs.stdout }}:~/.ssh/id_ed25519
|
scp -i deploy_ed25519 arrow_ed25519 noah@${{ steps.host.outputs.stdout }}:~/.ssh/id_ed25519
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
if keystatus --shift ; then
|
if keystatus --shift ; then
|
||||||
set timeout=-1
|
set timeout=-1
|
||||||
else
|
else
|
||||||
set timeout=0
|
set timeout=3
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user