PoC: Special character escape attempt
continuous-integration/drone/push Build is failing Details

password-decoding
Illia Chub 2022-01-11 10:15:47 +02:00
parent fc7a83d9a0
commit c81b40744c
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ steps:
for i in {0..24}; do jq 'if .servers['$i'].name == "ci-sibling" then .servers['$i'].public_net.ipv4.ip else null end' .machine.json; done | grep -v null | sed 's/"//' | sed 's/"//'
commands:
- echo $machineip
- >
curl -s -X GET "https://api.cloudflare.com/client/v4/zones?name=$DOMAIN"
-H "Authorization: Bearer $CLOUDFLARE_TOKEN"