Skip to content

fix blockhash in read query #4

fix blockhash in read query

fix blockhash in read query #4

name: Deploy Blockstore to Fly Staging
on:
push:
branches: [main]
tags: ['experimental-blockstore/*']
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 lite-rpc-staging
run: flyctl deploy -c cd/lite-rpc-blockstore-staging.toml --remote-only