Skip to content

Moved GameLog to be stored separately from GameData (my logs are now … #22

Moved GameLog to be stored separately from GameData (my logs are now …

Moved GameLog to be stored separately from GameData (my logs are now … #22

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 }}