Skip to content

Enable CSS hot reload #50

Enable CSS hot reload

Enable CSS hot reload #50

Workflow file for this run

name: hyperfiddle/electric-starter-app
on:
push:
branches:
- "main"
jobs:
deploy:
name: Deploy to Fly.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: NO_COLOR=1 flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}