Skip to content

Added session_id to Query since it was not scalable to store the AR… #5

Added session_id to Query since it was not scalable to store the AR…

Added session_id to Query since it was not scalable to store the AR… #5

Workflow file for this run

name: Fly.io
on:
push:
branches:
- master
jobs:
deploy:
name: Deploy d53.co
runs-on: ubuntu-latest
concurrency: deploy-group
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 }}