mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-13 09:45:22 +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
6
.github/workflows/update-data.yml
vendored
6
.github/workflows/update-data.yml
vendored
|
@ -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}}
|
||||
|
|
Loading…
Reference in a new issue