Skip to content

Commit

Permalink
fix(ci): disable dex aggregator deployment on testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewklau committed Oct 15, 2024
1 parent 165ecd2 commit e9bdff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: |
kubectl config set-context --current --namespace=nearblocks-testnet
services=(api app app-lite backend indexer-balance indexer-base indexer-events indexer-dex explorer-selector aggregates)
services=(api app app-lite backend indexer-balance indexer-base indexer-events explorer-selector aggregates)
failed_deployments=()
for service in "${services[@]}"; do
Expand Down

0 comments on commit e9bdff7

Please sign in to comment.