Skip to content

Spelling mistake correction #16

Spelling mistake correction

Spelling mistake correction #16

Workflow file for this run

name: Deploy Server to fly.io
on:
workflow_dispatch:
push:
branches:
- master
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only