mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
Update file terraform.yml
This commit is contained in:
parent
ab4eab5d36
commit
0e8b3183ee
1 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ destroy-development:
|
||||||
ENVIRONMENT_NAME: development
|
ENVIRONMENT_NAME: development
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
extends: .terraform_destroy
|
extends: .terraform_destroy
|
||||||
needs: ["apply"]
|
needs: ["apply-development"]
|
||||||
rules:
|
rules:
|
||||||
- when: manual
|
- when: manual
|
||||||
|
|
||||||
|
|
@ -75,6 +75,6 @@ destroy-production:
|
||||||
ENVIRONMENT_NAME: production
|
ENVIRONMENT_NAME: production
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
extends: .terraform_destroy
|
extends: .terraform_destroy
|
||||||
needs: ["apply"]
|
needs: ["apply-production"]
|
||||||
rules:
|
rules:
|
||||||
- when: manual
|
- when: manual
|
||||||
Loading…
Add table
Add a link
Reference in a new issue