Skip to content

Commit

Permalink
Deploy to testnet-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Dec 18, 2024
1 parent 951306a commit f3b674d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-xmtpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
workflow_dispatch:

jobs:

push_to_registry:
strategy:
matrix:
Expand Down Expand Up @@ -70,7 +69,6 @@ jobs:
id: set_xmtpd_digest
run: echo "digest=${{ steps.push.outputs.digest }}" >> $GITHUB_OUTPUT


deploy:
name: Deploy new images to infra
runs-on: ubuntu-latest
Expand All @@ -86,7 +84,7 @@ jobs:
timeout: 45m
terraform-token: ${{ secrets.TERRAFORM_TOKEN }}
terraform-org: xmtp
terraform-workspace: testnet
terraform-workspace: testnet-staging
variable-name: xmtpd_server_docker_image
variable-value: "ghcr.io/xmtp/xmtpd@${{ needs.push_to_registry.outputs.xmtpd_digest }}"
variable-value-required-prefix: "ghcr.io/xmtp/xmtpd@sha256:"
variable-value-required-prefix: "ghcr.io/xmtp/xmtpd@sha256:"

0 comments on commit f3b674d

Please sign in to comment.