Skip to content

Commit

Permalink
Force deploy to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Mar 28, 2024
1 parent cf38bb7 commit 8b635a0
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- nm/subscribe-all-issues
jobs:
deploy:
concurrency: main
Expand Down Expand Up @@ -45,14 +46,14 @@ jobs:
variable-value: ${{ steps.push.outputs.docker_image }}
variable-value-required-prefix: "xmtp/node-go@sha256:"

- name: Deploy (production)
uses: xmtp-labs/terraform-deployer@v1
timeout-minutes: 45
with:
timeout: 45m
terraform-token: ${{ secrets.TERRAFORM_TOKEN }}
terraform-org: xmtp
terraform-workspace: production
variable-name: xmtp_node_image
variable-value: ${{ steps.push.outputs.docker_image }}
variable-value-required-prefix: "xmtp/node-go@sha256:"
# - name: Deploy (production)
# uses: xmtp-labs/terraform-deployer@v1
# timeout-minutes: 45
# with:
# timeout: 45m
# terraform-token: ${{ secrets.TERRAFORM_TOKEN }}
# terraform-org: xmtp
# terraform-workspace: production
# variable-name: xmtp_node_image
# variable-value: ${{ steps.push.outputs.docker_image }}
# variable-value-required-prefix: "xmtp/node-go@sha256:"

0 comments on commit 8b635a0

Please sign in to comment.