serverctl/.drone.yml
2022-02-17 21:55:03 +01:00

17 lines
403 B
YAML

pipeline:
terraform:
image: jmccann/drone-terraform
plan: true
root_dir: infrastructure/create-resources
environment:
HCLOUD_TOKEN:
from_secret: serverctl_hcloud_token
remote:
config:
access_key:
from_secret: serverctl_access_key
secret_key:
from_secret: serverctl_secret_key
secrets:
hcloud_token: HCLOUD_TOKEN