Skip to content

topbar design complete #48

topbar design complete

topbar design complete #48

Workflow file for this run

name: hyperfiddle/electric-starter-app
on:
push:
branches:
- "main"
pull_request:
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 --build-arg VERSION=$(git describe --tags --long --always --dirty) --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}