Skip to content

Commit

Permalink
dumb mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanBaker committed Jul 10, 2024
1 parent 609a8d3 commit f67299d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
- name: Apply Terraform (artifact registry)
env:
GOOGLE_APPLICATION_CREDENTIALS: ../tmp/keys/google_application_credentials.json
TF_VAR_project: ${{ secrets.GCP_PROJECT_ID }}
TF_VAR_region: ${{ secrets.GCP_REGION }}
TF_VAR_project: ${{ vars.GCP_PROJECT_ID }}
TF_VAR_region: ${{ vars.GCP_REGION }}
TF_VAR_run_hash: ${{ github.sha }}
TF_VAR_pdf_bucket: ${{ secrets.GCP_PDF_BUCKET }}
TF_VAR_pdf_bucket: ${{ vars.GCP_PDF_BUCKET }}
working-directory: ./terraform
run: terraform apply -auto-approve -target=google_artifact_registry_repository.tldd

Expand Down

0 comments on commit f67299d

Please sign in to comment.