mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-05 08:12:33 +02: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…
Add table
Add a link
Reference in a new issue