mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-13 12:45:22 +01:00
Remove DNS debug info from runner
This commit is contained in:
parent
e5c6667fb0
commit
eda56d9f37
1 changed files with 0 additions and 3 deletions
3
.github/workflows/update-data.yml
vendored
3
.github/workflows/update-data.yml
vendored
|
@ -23,8 +23,5 @@ jobs:
|
||||||
- name: Configure custom DNS resolver
|
- name: Configure custom DNS resolver
|
||||||
run: echo "nameserver 1.1.1.1" | sudo tee /etc/resolv.conf
|
run: echo "nameserver 1.1.1.1" | sudo tee /etc/resolv.conf
|
||||||
|
|
||||||
- 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