feat(ci): add missing fairground record to switch
This commit is contained in:
parent
c740c11eaa
commit
c22b6f3ce9
11
.github/workflows/publish-dist.yml
vendored
11
.github/workflows/publish-dist.yml
vendored
@ -346,3 +346,14 @@ jobs:
|
|||||||
\"content\": \"${new_console_url}\"
|
\"content\": \"${new_console_url}\"
|
||||||
}" \
|
}" \
|
||||||
https://api.dnsimple.com/v2/${dnsimple_account_id}/zones/${dnsimple_zone_name}/records/${dnsimple_record_id}
|
https://api.dnsimple.com/v2/${dnsimple_account_id}/zones/${dnsimple_zone_name}/records/${dnsimple_record_id}
|
||||||
|
|
||||||
|
# trading.fairground.wtf
|
||||||
|
dnsimple_record_id=45302531
|
||||||
|
curl --fail -H 'Authorization: Bearer ${{ secrets.DNSIMPLE_API_TOKEN }}' \
|
||||||
|
-H 'Accept: application/json' \
|
||||||
|
-H 'Content-Type: application/json' \
|
||||||
|
-X PATCH \
|
||||||
|
-d "{
|
||||||
|
\"content\": \"${new_console_url}\"
|
||||||
|
}" \
|
||||||
|
https://api.dnsimple.com/v2/${dnsimple_account_id}/zones/${dnsimple_zone_name}/records/${dnsimple_record_id}
|
||||||
|
Loading…
Reference in New Issue
Block a user