rename column average_slot_confirmation_time_ms #18
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy benchrunner to Fly | |
on: | |
push: | |
tags: | |
- 'production/benchrunner-*' | |
- 'experimental/benchrunner-*' | |
env: | |
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Setup Fly | |
uses: superfly/flyctl-actions/setup-flyctl@master | |
- name: Deploy solana-lite-rpc-benchrunner | |
run: flyctl deploy -c cd/solana-lite-rpc-benchrunner.toml --remote-only |