Skip to content

Remove 8B, update to reference 0.5 #83

Remove 8B, update to reference 0.5

Remove 8B, update to reference 0.5 #83

Workflow file for this run

name: Deploy to Fly.io
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy benchmarks to Fly.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: |
echo '${{secrets.GCP_SERVICE_ACCOUNT}}' > service_account.json
flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}