Skip to content

Commit 22cf218

Browse files
committed
fix terraform deployment
1 parent b0fa9b1 commit 22cf218

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
- name: Deploy using Terraform
6262
run: |
6363
cd terraform
64-
bash run-tflocal.sh
64+
tflocal init
65+
tflocal plan
66+
tflocal apply --auto-approve
6567
6668
- name: Build frontend
6769
run: |

0 commit comments

Comments
 (0)