mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-25 20:49:38 +00:00
Final infra setup pipeline
This commit is contained in:
parent
c229580234
commit
1da770e17f
1 changed files with 9 additions and 1 deletions
10
.github/workflows/setup-infra-pipeline.yml
vendored
10
.github/workflows/setup-infra-pipeline.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd cicd/grid-capstone-terraform-infra
|
cd cicd/grid-capstone-terraform-infra
|
||||||
terraform init
|
terraform init
|
||||||
ls -al
|
|
||||||
|
|
||||||
- name: Terraform Validate
|
- name: Terraform Validate
|
||||||
run: |
|
run: |
|
||||||
|
@ -61,6 +61,14 @@ jobs:
|
||||||
terraform validate
|
terraform validate
|
||||||
terraform fmt
|
terraform fmt
|
||||||
|
|
||||||
|
- name: Refactor changes push
|
||||||
|
run: |
|
||||||
|
cd cicd/grid-capstone-terraform-infra
|
||||||
|
git add .
|
||||||
|
git commit -am 'Refactored syntax and structure in .tf files'
|
||||||
|
git push
|
||||||
|
|
||||||
|
|
||||||
- name: Terraform Apply
|
- name: Terraform Apply
|
||||||
run: |
|
run: |
|
||||||
cd cicd/grid-capstone-terraform-infra
|
cd cicd/grid-capstone-terraform-infra
|
||||||
|
|
Loading…
Reference in a new issue