parent
19592e19c7
commit
664b84fad9
1 changed files with 3 additions and 2 deletions
|
@ -67,9 +67,10 @@ jobs:
|
||||||
sudo tailscale status
|
sudo tailscale status
|
||||||
sudo tailscale netcheck
|
sudo tailscale netcheck
|
||||||
|
|
||||||
- name: "Setup: Headscale"
|
- name: "SSH"
|
||||||
run: |
|
run: |
|
||||||
ssh albert@framework-server "cd /etc/nixos/git && ls -lah"
|
ssh -o StrictHostKeyChecking=no albert@framework-server \
|
||||||
|
"cd /etc/nixos/git && ls -lah"
|
||||||
|
|
||||||
- if: success()
|
- if: success()
|
||||||
uses: https://git.sysctl.io/actions/gotify-action@master
|
uses: https://git.sysctl.io/actions/gotify-action@master
|
||||||
|
|
Loading…
Reference in a new issue