update notification
All checks were successful
update neo with compose files / update (push) Successful in 5s

This commit is contained in:
Didier Slof 2023-04-29 21:48:00 +02:00
parent 73998fffb0
commit dd24bd738d

View file

@ -31,4 +31,4 @@ jobs:
run: ssh staging srvctl -fn neo mm e run: ssh staging srvctl -fn neo mm e
- name: send ping to ntfy - name: send ping to ntfy
if: always() if: always()
run: "curl -d '${{ job.status }}: ${{ github.repositoryUrl }} @ ${{ github.sha }}' https://push.ixvd.net/${{ secrets.NTFY_TOPIC }}" run: "curl -d '${{ job.status }}: ${{ github.sha }}\n ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}' https://push.ixvd.net/${{ secrets.NTFY_TOPIC }}"