Skip to content

Commit

Permalink
fix backend.tf path
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob-in-son committed Sep 24, 2024
1 parent 08240d8 commit d5e8b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:

- name: Update backend.tf
run: |
sed -i "s|conduit-terraform-state|${{ secrets.BUCKET_NAME }}|" backend.tf
sed -i "s|conduit-terraform-state|${{ secrets.STATE_KEY }}|" backend.tf
sed -i "s|conduit-terraform-state|${{ secrets.BUCKET_NAME }}|" conduit-app/terraform/backend.tf
sed -i "s|conduit-terraform-state|${{ secrets.STATE_KEY }}|" conduit-app/terraform/backend.tf
- name: Add SSH key
env:
Expand Down

0 comments on commit d5e8b1d

Please sign in to comment.