commit c848960fcae5b1731df58bb636f7a210323cf920 Author: Patrick Michl Date: Wed Feb 16 22:55:16 2022 +0100 initial commit diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..64dbed0 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,18 @@ +kind: pipeline +type: docker +name: hcloud + +steps: +- name: get hcloud + image: alpine + commands: + - apk add -U curl + - curl -L https://github.com/hetznercloud/cli/releases/latest/download/hcloud-linux-amd64.tar.gz | tar zx + +- name: hcloud + image: alpine + environment: + HCLOUD_TOKEN: + from_secret: hcloud_token + commands: + - hcloud server list \ No newline at end of file