Skip to content

Fix end of route check for circular routes #123

Fix end of route check for circular routes

Fix end of route check for circular routes #123

Workflow file for this run

name: Deploy
on:
push:
branches: [ main ]
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
timeout-minutes: 10
environment:
name: 'production'
url: 'https://traquantopassa.in'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Fly CLI
uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy to Fly
run: flyctl deploy --remote-only