Skip to content

Commit 439fbcf

Browse files
added db password
1 parent 6a97c41 commit 439fbcf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,15 @@ jobs:
3737
# 3. Terraform Init & Apply (create ECR, RDS, etc.)
3838
- name: Terraform Init & Apply
3939
working-directory: terraform
40+
env:
41+
TF_VAR_db_password: ${{ secrets.DB_PASSWORD }}
4042
run: |
4143
terraform init
4244
terraform fmt -check
4345
terraform validate
4446
terraform apply -auto-approve
4547
48+
4649
# 4. Get ECR repository URL from Terraform output
4750
- name: Get ECR Repo URL
4851
id: ecr

0 commit comments

Comments
 (0)