serverctl/.drone.yml

16 lines
350 B
YAML
Raw Normal View History

2022-02-17 21:45:57 +01:00
pipeline:
terraform:
2022-02-17 21:52:32 +01:00
image: jmccann/drone-terraform
2022-02-17 21:45:57 +01:00
plan: true
root_dir: infrastructure/create-resources
remote:
config:
access_key:
from_secret: serverctl_access_key
secret_key:
from_secret: serverctl_secret_key
vars:
hcloud_token:
from_secret: serverctl_hcloud_token