Update deploy-rs action

This commit is contained in:
iFargle 2024-01-16 08:43:14 +09:00
parent 74cf9b897c
commit cf38f22ae2

View file

@ -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: