Skip to content

Commit

Permalink
feat: rename relayer to relayer-mainnet
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Mota <[email protected]>
  • Loading branch information
fdmota committed Jan 5, 2024
1 parent b911504 commit c8406e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ jobs:
working-directory: k8s-configs
run: |
./utils/version_update.sh \
./prod/platform/relayer.yaml \
./prod/platform/relayer-mainnet.yaml \
${{ github.sha }} \
relayer
relayer-mainnet
./utils/version_update.sh \
./prod/platform/relayer-arbitrum.yaml \
${{ github.sha }} \
Expand All @@ -102,9 +102,9 @@ jobs:
${{ github.sha }} \
relayer-polygon
./utils/version_update.sh \
./prod/platform/relayer-realtime.yaml \
./prod/platform/relayer-realtime-mainnet.yaml \
${{ github.sha }} \
relayer-realtime
relayer-realtime-mainnet
./utils/version_update.sh \
./prod/platform/relayer-optimism.yaml \
${{ github.sha }} \
Expand Down

0 comments on commit c8406e9

Please sign in to comment.