add step
Some checks reported warnings
update neo with compose files / main (push) Has been cancelled
Some checks reported warnings
update neo with compose files / main (push) Has been cancelled
This commit is contained in:
parent
7bd0033e10
commit
0076f57e00
1 changed files with 3 additions and 1 deletions
|
@ -13,3 +13,5 @@ jobs:
|
|||
run: ssh -to StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} automation@neo.ixvd.net srvctl -fn neo mm u git
|
||||
- name: enforce new config
|
||||
run: ssh -to StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} automation@neo.ixvd.net srvctl -fn neo mm e
|
||||
- name: send ping to ntfy
|
||||
run: curl -d "${{ github.sha }} was executed with ${{ job.status }}"
|
Reference in a new issue