Skip to content

Commit e2b5fac

Browse files
committed
renamed readme and cleanup
1 parent 565639e commit e2b5fac

File tree

6 files changed

+169
-797
lines changed

6 files changed

+169
-797
lines changed

.github/workflows/azure-webapps-node.yml

Lines changed: 0 additions & 78 deletions
This file was deleted.

.github/workflows/terraform.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Terraform CI/CD
22

33
on:
44
push:
5-
branches: [ simplify ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ simplify ]
7+
branches: [ master ]
88

99
permissions:
1010
contents: read
@@ -103,7 +103,7 @@ jobs:
103103
run: terraform -chdir=infra plan -input=false -var-file=terraform.tfvars
104104

105105
- name: 🚀 Terraform Apply
106-
if: github.ref == 'refs/heads/simplify'
106+
if: github.ref == 'refs/heads/master'
107107
run: terraform -chdir=infra apply -auto-approve -input=false -var-file=terraform.tfvars
108108

109109
# - name: 📄 Generate Terraform outputs

Cloud README.md

Lines changed: 0 additions & 290 deletions
This file was deleted.

0 commit comments

Comments
 (0)