Skip to content

Commit

Permalink
ci: don't recreate relayer deployment
Browse files Browse the repository at this point in the history
We'll only bounce the relayer, not redeploy it. The go relayer is
currently broken, due to proto mismatch with Penumbra v0.61.0, and an
ibc-go version conflict that complicates the update. SL is working on
resolving. For now, we're running Hermes to provide IBC relaying.
  • Loading branch information
conorsch committed Sep 27, 2023
1 parent 6a62674 commit 5c20321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ jobs:
# we're still working on reliable packet relaying between test chains.
- name: bounce relayer
run: |-
./deployments/scripts/bounce-relayer || true
kubectl rollout restart deployment relayer-preview || true

0 comments on commit 5c20321

Please sign in to comment.