Skip to content

add routing for space station endpoints added in #120 (#124) #78

add routing for space station endpoints added in #120 (#124)

add routing for space station endpoints added in #120 (#124) #78

Workflow file for this run

name: Fly Deploy
on:
push:
branches:
- master
jobs:
deploy:
environment: Fly
name: Deploy app
runs-on: ubuntu-latest
concurrency: deploy-group # optional: ensure only one action runs at a time
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Initial static JSON schema submodule
run: git submodule update --init ./src/Helldivers-2-Models/json
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}