this prolly fixes the link for gitea
All checks were successful
update neo with compose files / update (push) Successful in 6s

This commit is contained in:
Didier Slof 2023-04-29 21:57:04 +02:00
parent f878bcc275
commit 70876e5a3b

View file

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