Skip to content

fix not being able to see and update wantToMatch in settings (#294) #99

fix not being able to see and update wantToMatch in settings (#294)

fix not being able to see and update wantToMatch in settings (#294) #99

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
- deploy-on-cloudflare
env:
FLY_TOKEN: ${{ secrets.FLY_ACCESS_TOKEN }}
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --access-token "$FLY_TOKEN"