being nice to http
All checks were successful
update neo with compose files / deploy the config on the server (push) Successful in 5s
update neo with compose files / notify after actions (push) Successful in 2s

This commit is contained in:
Didier Slof 2023-04-30 22:14:07 +02:00
parent b1be442f40
commit cc56467633

View file

@ -65,10 +65,10 @@ jobs:
if: always() if: always()
run: | run: |
cat>msg.txt <<EOF cat>msg.txt <<EOF
results for: ${{ github.sha }} \n results for: ${{ github.sha }}
deploy: ${{ needs.deploy.result }} \n deploy: ${{ needs.deploy.result }}
\n
https://git.ixvd.net/${{ github.repository }}/actions/runs/${{ github.run_number }} https://git.ixvd.net/${{ github.repository }}/actions/runs/${{ github.run_number }}
EOF EOF
cat msg.txt cat msg.txt
curl -d @msg.txt https://push.ixvd.net/${{ secrets.NTFY_TOPIC }} curl -H 'Content-Type: plain/text' -d @msg.txt https://push.ixvd.net/${{ secrets.NTFY_TOPIC }}