Skip to content

Commit

Permalink
ci: disable relayer deployment
Browse files Browse the repository at this point in the history
Not currently working due to a mismatch in the protos between preview &
testnet. Refs #2330.
  • Loading branch information
conorsch committed Apr 12, 2023
1 parent 507aada commit 2459462
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,3 @@ jobs:
export PENUMBRA_UID_GID='${{ github.event.inputs.image_uid_gid }}'
export HELM_RELEASE='penumbra-testnet-preview'
./ci.sh
# We only run one (1) relayer instance, and re-deploy it as part of the preview update.
# The other end of the configured path is the long-running testnet.
- name: deploy relayer
run: |-
./deployments/scripts/bounce-relayer

0 comments on commit 2459462

Please sign in to comment.