see if it works now
Some checks failed
update neo with compose files / validate the new configuration (push) Failing after 1m4s
update neo with compose files / deploy the config on the server (push) Has been skipped
update neo with compose files / notify after actions (push) Successful in 1s

This commit is contained in:
Didier Slof 2023-04-30 21:50:32 +02:00
parent 2a5d9f3721
commit d3a31eb5d4

View file

@ -63,7 +63,7 @@ jobs:
steps: steps:
- name: send ping to ntfy - name: send ping to ntfy
run: | run: |
curl -d @- https://push.ixvd.net/${{ secrets.NTFY_TOPIC }} <<EOF curl -X POST -d @- https://push.ixvd.net/${{ secrets.NTFY_TOPIC }} <<EOF
results for: ${{ github.sha }} results for: ${{ github.sha }}
validate: ${{ jobs.validate.status }} validate: ${{ jobs.validate.status }}
deploy: ${{ jobs.deploy.success }} deploy: ${{ jobs.deploy.success }}