18 lines
355 B
YAML
18 lines
355 B
YAML
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 |