ci: terraform apply

main
Ricard Illa 2022-08-24 12:05:55 +02:00
parent 263c78bfe7
commit dd2e9e1800
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 15 additions and 5 deletions

View File

@ -2,6 +2,12 @@ platform: linux/arm64
pipeline: pipeline:
# gitleaks:
# image: registry.monotremata.xyz/gitleaks
# pull: true
# commands:
# - gitleaks --source . --verbose --redact detect
init: init:
image: registry.monotremata.xyz/terraform image: registry.monotremata.xyz/terraform
pull: true pull: true
@ -21,11 +27,15 @@ pipeline:
- HTTPS_PROXY=caladan:8888 - HTTPS_PROXY=caladan:8888
secrets: [namecheap_api_key] secrets: [namecheap_api_key]
# gitleaks: apply:
# image: registry.monotremata.xyz/gitleaks image: registry.monotremata.xyz/terraform
# pull: true pull: true
# commands: commands:
# - gitleaks --source . --verbose --redact detect - terraform apply tfplan
environment:
- HTTP_PROXY=caladan:8888
- HTTPS_PROXY=caladan:8888
secrets: [namecheap_api_key]
notify: notify:
image: registry.monotremata.xyz/xmpp-ci image: registry.monotremata.xyz/xmpp-ci