Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 3dc44ae

Browse files
committed
💚 Fix a CI/CD regression
1 parent 167b58d commit 3dc44ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: hashicorp/setup-terraform@v1
2727

2828
- name: Provision a GKE cluster
29-
working-directory: ./terraform
29+
working-directory: ./terraform/gke
3030
run: |
3131
terraform init
3232
terraform apply -auto-approve

0 commit comments

Comments
 (0)