Setting up CI with Drone #1

Merged
thomasklein merged 10 commits from adding-ci into main 2022-05-27 13:56:17 +00:00
Showing only changes of commit a532036457 - Show all commits

View File

@@ -7,6 +7,10 @@ environment:
TF_IN_AUTOMATION: "1" TF_IN_AUTOMATION: "1"
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no -i $${PWD}/id_rsa" GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no -i $${PWD}/id_rsa"
trigger:
ref:
- refs/heads/main
- refs/pull/*/head
steps: steps:
- name: terraform init - name: terraform init
@@ -66,6 +70,6 @@ steps:
--- ---
kind: signature kind: signature
hmac: 290ac82203ef299b26f3ba19e69857990506229301165b94d420459c32f96af1 hmac: 698805937fd548b8265f65322cb6e9cd83689faeba99d3387ffb255701d53f5e
... ...