Update deploy-rs action
This commit is contained in:
parent
74cf9b897c
commit
cf38f22ae2
1 changed files with 14 additions and 0 deletions
|
@ -60,6 +60,13 @@ jobs:
|
||||||
sudo tailscale status
|
sudo tailscale status
|
||||||
sudo tailscale netcheck
|
sudo tailscale netcheck
|
||||||
|
|
||||||
|
- name: "nixos-version (Pre)"
|
||||||
|
run: |
|
||||||
|
ssh -o StrictHostKeyChecking=no albert@framework-server \
|
||||||
|
"
|
||||||
|
nixos-version
|
||||||
|
"
|
||||||
|
|
||||||
- name: "SSH and Deploy"
|
- name: "SSH and Deploy"
|
||||||
run: |
|
run: |
|
||||||
ssh -o StrictHostKeyChecking=no albert@framework-server \
|
ssh -o StrictHostKeyChecking=no albert@framework-server \
|
||||||
|
@ -69,6 +76,13 @@ jobs:
|
||||||
deploy
|
deploy
|
||||||
"
|
"
|
||||||
|
|
||||||
|
- name: "nixos-version (Post)"
|
||||||
|
run: |
|
||||||
|
ssh -o StrictHostKeyChecking=no albert@framework-server \
|
||||||
|
"
|
||||||
|
nixos-version
|
||||||
|
"
|
||||||
|
|
||||||
- if: success()
|
- if: success()
|
||||||
uses: https://git.sysctl.io/actions/gotify-action@master
|
uses: https://git.sysctl.io/actions/gotify-action@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue