Skip to content

chore: move inline css into a separate file #46

chore: move inline css into a separate file

chore: move inline css into a separate file #46

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Deploy Production
uses: superfly/[email protected]
with:
args: deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}