mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-25 03:42:48 +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: |
|
||||
cd cicd/grid-capstone-terraform-infra
|
||||
terraform init
|
||||
ls -al
|
||||
|
||||
|
||||
- name: Terraform Validate
|
||||
run: |
|
||||
|
@ -61,6 +61,14 @@ jobs:
|
|||
terraform validate
|
||||
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
|
||||
run: |
|
||||
cd cicd/grid-capstone-terraform-infra
|
||||
|
|
Loading…
Reference in a new issue