Skip to content

Commit

Permalink
revert cd
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Dec 21, 2023
1 parent 4911425 commit 8683338
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fly-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Deploy to Fly Staging

on:
push:
# TODO remove feature/grpc-multiplexing-integrate when it's merged
# restore "main"
branches: [feature/grpc-multiplexing-integrate]
branches: [main]

env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
Expand All @@ -24,3 +22,5 @@ jobs:

# - name: Deploy quic-forward-proxy
# run: flyctl deploy -c cd/quic-forward-proxy.toml --remote-only

# ping
4 changes: 1 addition & 3 deletions cd/lite-rpc-staging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ primary_region = "nrt"
[env]
PORT_HTTP = "8890"
PORT_WS = "8891"
# remove after grpc multipex got merged
RUST_LOG = "info,solana_lite_rpc_cluster_endpoints=debug,geyser_grpc_connector=debug"
RUST_LOG = "info"

[metrics]
path = "/metrics"
port = 9091

0 comments on commit 8683338

Please sign in to comment.