Skip to content

Commit

Permalink
update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinfoko committed Apr 1, 2024
1 parent 30b5432 commit 2d64858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
TF_API_TOKEN: "${{ secrets.TF_API_TOKEN }}"
TF_API_URL: "app.terraform.io"
CONFIG_DIRECTORY: "/labs-17/"
CONFIG_DIRECTORY: "labs-17"

jobs:
terraform:
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Initialize Terraform
run: |
ls
terraform init -test-directory=$CONFIG_DIRECTORY
terraform init -chdir=$CONFIG_DIRECTORY
- name: Terraform plan
Expand Down

0 comments on commit 2d64858

Please sign in to comment.