Let worker debug the DNS failure

This commit is contained in:
Marco Realacci 2025-01-17 20:27:41 +01:00 committed by GitHub
parent 266cfe3720
commit 17d1af2275
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,5 +19,9 @@ jobs:
update-data:
runs-on: ubuntu-latest
steps:
- name: Call webhook # debug
run: dig portainer.srv.mrlc.cc
- name: Call webhook
run: curl -X POST ${{secrets.DEPLOY_WEBHOOK}}
run: curl -X POST ${{secrets.DEPLOY_WEBHOOK}}