change content
Some checks failed
update neo with compose files / update (push) Failing after 4s

This commit is contained in:
Didier Slof 2023-04-29 21:12:51 +02:00
parent 3109937bf7
commit 8e3a538540

View file

@ -15,4 +15,4 @@ jobs:
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
- name: send ping to ntfy - name: send ping to ntfy
if: always() if: always()
run: curl -d "${{ github.sha }} was executed with ${{ job.status }}" https://push.ixvd.net/${{ secrets.NTFY_TOPIC }} run: "curl -d '${{ job.status }}: ${{ github.repositoryUrl }} @ ${{ github.sha }}' https://push.ixvd.net/${{ secrets.NTFY_TOPIC }}"