add clean step
All checks were successful
update neo with compose files / update (push) Successful in 7s
All checks were successful
update neo with compose files / update (push) Successful in 7s
This commit is contained in:
parent
69433aad0f
commit
62b45344c3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/update-server.yml
vendored
2
.github/workflows/update-server.yml
vendored
|
@ -25,6 +25,8 @@ jobs:
|
|||
SSH_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
- name: update git
|
||||
run: ssh staging srvctl -fn neo mm u git
|
||||
- name: clean docker compose
|
||||
run: ssh staging srvctl -fn neo mm c
|
||||
- name: enforce new config
|
||||
run: ssh staging srvctl -fn neo mm e
|
||||
- name: send ping to ntfy
|
||||
|
|
Reference in a new issue