mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-14 12:46:15 +01:00
Let worker debug the DNS failure
This commit is contained in:
parent
266cfe3720
commit
17d1af2275
1 changed files with 5 additions and 1 deletions
4
.github/workflows/update-data.yml
vendored
4
.github/workflows/update-data.yml
vendored
|
@ -19,5 +19,9 @@ jobs:
|
||||||
update-data:
|
update-data:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Call webhook # debug
|
||||||
|
run: dig portainer.srv.mrlc.cc
|
||||||
|
|
||||||
- name: Call webhook
|
- name: Call webhook
|
||||||
run: curl -X POST ${{secrets.DEPLOY_WEBHOOK}}
|
run: curl -X POST ${{secrets.DEPLOY_WEBHOOK}}
|
Loading…
Reference in a new issue