Skip to content

feat: prefetch and weird skeleton #17

feat: prefetch and weird skeleton

feat: prefetch and weird skeleton #17

Workflow file for this run

name: deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only -a inprove
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}