kind: pipeline type: exec name: default steps: - name: deploy environment: PASSWORD: from_secret: HETZNER_TOKEN commands: - > curl -X POST -H "Authorization: Bearer $PASSWORD" -H "Content-Type: application/json" -d '{"automount":false,"firewalls":[],"image":"ubuntu-20.04","labels":{},"location":"fsn1","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'