Skip to content

Commit 1f16a09

Browse files
committed
Fix terraform workspace name after renaming happened
1 parent 428efd3 commit 1f16a09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
timeout: 20m
101101
terraform-token: ${{ secrets.TERRAFORM_TOKEN }}
102102
terraform-org: xmtp
103-
terraform-workspace: convos_otr_dev
103+
terraform-workspace: convos-otr-dev
104104
variable-name: api_image
105105
variable-value: "ghcr.io/ephemerahq/convos-backend@${{ needs.push_to_registry.outputs.digest }}"
106106
variable-value-required-prefix: "ghcr.io/ephemerahq/convos-backend@sha256:"

0 commit comments

Comments
 (0)