From 74c1e937dfd2409f2bdeb8b635df4b9b499a3c62 Mon Sep 17 00:00:00 2001 From: Steven Normore Date: Wed, 30 Aug 2023 18:54:37 -0400 Subject: [PATCH] Deploy to dev from this branch temporarily --- .github/workflows/deploy.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c97b1d19..d0d27459 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Deploy Nodes on: push: branches: - - main + - libp2p-gossipsub-directpeers jobs: deploy: concurrency: main @@ -43,12 +43,12 @@ 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 - with: - 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 + # with: + # 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:"