Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/lou/tc-1' into lou/tc-1
Browse files Browse the repository at this point in the history
grooviegermanikus committed Mar 26, 2024

Verified

This commit was signed with the committer’s verified signature.
grooviegermanikus Groovie | Mango
2 parents 9c2df94 + 0568dc7 commit 40bf799
Showing 74 changed files with 2,528 additions and 892 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/fly-deploy-benchrunner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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
Loading

0 comments on commit 40bf799

Please sign in to comment.