Skip to content

Whoops, that's the wrong spot to update that variable #25

Whoops, that's the wrong spot to update that variable

Whoops, that's the wrong spot to update that variable #25

Workflow file for this run

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