mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 06:31:02 +00:00
changed directory name for terraform files
This commit is contained in:
parent
01e4ae4070
commit
f3884e21ba
4 changed files with 4 additions and 4 deletions
|
|
@ -143,7 +143,7 @@ init terraform:
|
|||
stage: deploy
|
||||
image: registry.gitlab.com/gitlab-org/terraform-images/stable:latest
|
||||
before_script:
|
||||
- cd .terraform
|
||||
- cd molecular-terraform
|
||||
script:
|
||||
- gitlab-terraform init
|
||||
cache:
|
||||
|
|
@ -154,7 +154,7 @@ validate terraform:
|
|||
stage: deploy
|
||||
image: registry.gitlab.com/gitlab-org/terraform-images/stable:latest
|
||||
before_script:
|
||||
- cd .terraform
|
||||
- cd molecular-terraform
|
||||
script:
|
||||
- gitlab-terraform validate
|
||||
needs:
|
||||
|
|
@ -167,7 +167,7 @@ plan terraform:
|
|||
stage: deploy
|
||||
image: registry.gitlab.com/gitlab-org/terraform-images/stable:latest
|
||||
before_script:
|
||||
- cd .terraform
|
||||
- cd molecular-terraform
|
||||
script:
|
||||
- gitlab-terraform plan -out=plan.tfplan
|
||||
needs:
|
||||
|
|
@ -183,7 +183,7 @@ apply terraform:
|
|||
stage: deploy
|
||||
image: registry.gitlab.com/gitlab-org/terraform-images/stable:latest
|
||||
before_script:
|
||||
- cd .terraform
|
||||
- cd molecular-terraform
|
||||
script:
|
||||
- gitlab-terraform apply -input=false plan.tfplan
|
||||
needs:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue