mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2025-03-21 04:59:32 +00:00
PoC: Alternative envvar definition
This commit is contained in:
parent
0789958a04
commit
eb49799433
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ steps:
|
|||
- name: dns
|
||||
commands:
|
||||
- >
|
||||
curl -s -X GET "https://api.cloudflare.com/client/v4/zones?name=$DOMAIN"
|
||||
-H "Authorization: Bearer $CLOUDFLARE_TOKEN"
|
||||
curl -s -X GET "https://api.cloudflare.com/client/v4/zones?name=${DOMAIN}"
|
||||
-H "Authorization: Bearer ${CLOUDFLARE_TOKEN}"
|
||||
-H "Content-Type: application/json"
|
||||
- >
|
||||
curl -s -X POST "https://api.cloudflare.com/client/v4/zones/$ZONE_ID/dns_records"
|
||||
|
|
Loading…
Add table
Reference in a new issue