test
Some checks failed
deploy-rs / deploy-rs (push) Has been cancelled

This commit is contained in:
iFargle 2023-12-25 16:15:03 +09:00
parent a64a8d0e6b
commit 999f47726f

View file

@ -70,7 +70,11 @@ jobs:
- name: "SSH"
run: |
ssh -o StrictHostKeyChecking=no albert@framework-server \
"cd /etc/nixos/git && ls -lah"
"
cd /etc/nixos/git
git pull
deploy
"
- if: success()
uses: https://git.sysctl.io/actions/gotify-action@master