Skip to content

Commit 79fc3cf

Browse files
committed
ci: pr and infra pipeline
1 parent 918a51b commit 79fc3cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/app-pipeline-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: python-application-deployment
1+
name: python-application-pr
22

33
env:
44
AZURE_WEBAPP_NAME: python-postgres-azure

.github/workflows/infra-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: bootstrap-infrastructure
1+
name: bootstrap-infrastructure-deployment
22

33
env:
44
PYTHON_VERSION: "3.11"
@@ -192,7 +192,7 @@ jobs:
192192

193193
- name: Terraform Plan
194194
run: |
195-
terraform plan -var-file=terraform-dev.tfvars -out plan
195+
terraform plan -var-file=./dev/terraform.tfvars -out plan
196196
env:
197197
ARM_CLIENT_ID: ${{ secrets.AZ_CLIENT_ID }}
198198
ARM_SUBSCRIPTION_ID: ${{ secrets.AZ_SUBSCRIPTION_ID }}

0 commit comments

Comments
 (0)