Skip to content

idk man

idk man #10

Workflow file for this run

name: Deploy to Fly
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Fly GitHub Deploy
uses: dentarg/[email protected]
with:
fly-token: ${{ secrets.FLY_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}