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 netcheck
|
||||
|
||||
- name: "nixos-version (Pre)"
|
||||
run: |
|
||||
ssh -o StrictHostKeyChecking=no albert@framework-server \
|
||||
"
|
||||
nixos-version
|
||||
"
|
||||
|
||||
- name: "SSH and Deploy"
|
||||
run: |
|
||||
ssh -o StrictHostKeyChecking=no albert@framework-server \
|
||||
|
@ -69,6 +76,13 @@ jobs:
|
|||
deploy
|
||||
"
|
||||
|
||||
- name: "nixos-version (Post)"
|
||||
run: |
|
||||
ssh -o StrictHostKeyChecking=no albert@framework-server \
|
||||
"
|
||||
nixos-version
|
||||
"
|
||||
|
||||
- if: success()
|
||||
uses: https://git.sysctl.io/actions/gotify-action@master
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue