fix notify
Some checks failed
update neo with compose files / update (push) Failing after 3s

This commit is contained in:
Didier Slof 2023-04-29 21:09:45 +02:00
parent 5e906ab31d
commit 3109937bf7

View file

@ -13,8 +13,6 @@ jobs:
run: ssh -o StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} automation@neo.ixvd.net srvctl -fn neo mm u git run: ssh -o 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 -o StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} automation@neo.ixvd.net srvctl -fn neo mm e run: ssh -o StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} automation@neo.ixvd.net srvctl -fn neo mm e
notify:
runs-on: ubuntu-latest
steps:
- name: send ping to ntfy - name: send ping to ntfy
if: always()
run: curl -d "${{ github.sha }} was executed with ${{ job.status }}" https://push.ixvd.net/${{ secrets.NTFY_TOPIC }} run: curl -d "${{ github.sha }} was executed with ${{ job.status }}" https://push.ixvd.net/${{ secrets.NTFY_TOPIC }}