mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-22 20:11:28 +00:00
Removed unnecessary escape characters
This commit is contained in:
parent
f6bf56fd41
commit
ae4524ffe8
|
@ -9,8 +9,8 @@ steps:
|
|||
from_secret: HETZNER_TOKEN
|
||||
commands:
|
||||
- >
|
||||
curl -X POST \
|
||||
curl -X POST
|
||||
-H "Authorization: Bearer $HETZNER_TOKEN"
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"automount":false,"datacenter":"nbg1-dc3,"firewalls":[],"image":"ubuntu-20.04","labels":{},"location":"nbg1","name":"ci-sibling","networks":[],"server_type":"cx11","ssh_keys":[],"start_after_create":true,"user_data":"#cloud-config\nruncmd:\n- [touch, /root/cloud-init-worked]\n","volumes":[]"}' \
|
||||
-H "Content-Type: application/json"
|
||||
-d '{"automount":false,"datacenter":"nbg1-dc3,"firewalls":[],"image":"ubuntu-20.04","labels":{},"location":"nbg1","name":"ci-sibling","networks":[],"server_type":"cx11","ssh_keys":[],"start_after_create":true,"user_data":"#cloud-config\nruncmd:\n- [touch, /root/cloud-init-worked]\n","volumes":[]"}'
|
||||
'https://api.hetzner.cloud/v1/servers'
|
Loading…
Reference in a new issue