ci: terraform apply
parent
263c78bfe7
commit
dd2e9e1800
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue