This commit is contained in:
parent
a64a8d0e6b
commit
999f47726f
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue