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"
|
- name: "SSH and Deploy"
|
||||||
run: |
|
run: |
|
||||||
ssh -q -A -o StrictHostKeyChecking=no albert@steamdeck \
|
ssh -o StrictHostKeyChecking=no albert@steamdeck \
|
||||||
"
|
"
|
||||||
set -x
|
set -x
|
||||||
eval (ssh-agent -c)
|
|
||||||
ssh-add
|
|
||||||
env | grep SSH
|
|
||||||
cd /etc/nixos/git
|
cd /etc/nixos/git
|
||||||
git pull
|
git pull
|
||||||
rebuild-host
|
rebuild-host
|
||||||
|
|
Loading…
Reference in a new issue