Skip to content

Commit

Permalink
Let worker debug the DNS failure
Browse files Browse the repository at this point in the history
  • Loading branch information
notherealmarco authored Jan 17, 2025
1 parent 266cfe3 commit 17d1af2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit 17d1af2

Please sign in to comment.