Update .gitlab-ci.yml
This commit is contained in:
@@ -34,6 +34,7 @@ plan:
|
|||||||
changes:
|
changes:
|
||||||
- terraform.tf
|
- terraform.tf
|
||||||
- terraform.tfvars
|
- terraform.tfvars
|
||||||
|
- main.yml
|
||||||
|
|
||||||
apply:
|
apply:
|
||||||
stage: apply
|
stage: apply
|
||||||
@@ -61,6 +62,7 @@ apply:
|
|||||||
changes:
|
changes:
|
||||||
- terraform.tf
|
- terraform.tf
|
||||||
- terraform.tfvars
|
- terraform.tfvars
|
||||||
|
- main.yml
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
ansible:
|
ansible:
|
||||||
@@ -82,7 +84,8 @@ ansible:
|
|||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- terraform.tf
|
- terraform.tf
|
||||||
- terraform.tfvars
|
- terraform.tfvars
|
||||||
|
- main.yml
|
||||||
|
|
||||||
destroy:
|
destroy:
|
||||||
stage: destroy
|
stage: destroy
|
||||||
@@ -107,6 +110,7 @@ destroy:
|
|||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- terraform.tf
|
- terraform.tf
|
||||||
- terraform.tfvars
|
- terraform.tfvars
|
||||||
|
- main.yml
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user