This commit is contained in:
parent
3b1db59de1
commit
21221c3b1e
1 changed files with 1 additions and 4 deletions
|
@ -83,12 +83,9 @@ jobs:
|
|||
|
||||
- name: "SSH and Deploy"
|
||||
run: |
|
||||
ssh -q -A -o StrictHostKeyChecking=no albert@steamdeck \
|
||||
ssh -o StrictHostKeyChecking=no albert@steamdeck \
|
||||
"
|
||||
set -x
|
||||
eval (ssh-agent -c)
|
||||
ssh-add
|
||||
env | grep SSH
|
||||
cd /etc/nixos/git
|
||||
git pull
|
||||
rebuild-host
|
||||
|
|
Loading…
Reference in a new issue