add step
Some checks reported warnings
update neo with compose files / main (push) Has been cancelled

This commit is contained in:
Didier Slof 2023-04-29 21:00:33 +02:00
parent 7bd0033e10
commit 0076f57e00

View file

@ -13,3 +13,5 @@ jobs:
run: ssh -to StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} automation@neo.ixvd.net srvctl -fn neo mm u git run: ssh -to StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} automation@neo.ixvd.net srvctl -fn neo mm u git
- name: enforce new config - name: enforce new config
run: ssh -to StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} automation@neo.ixvd.net srvctl -fn neo mm e 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 }}"