Skip to content

feat: add backend control for modal open/close #29

feat: add backend control for modal open/close

feat: add backend control for modal open/close #29

Workflow file for this run

name: PR Preview Deployment
on:
pull_request:
types: [opened, reopened, synchronize, closed]
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
FLY_REGION: arn
FLY_ORG: personal
jobs:
review:
name: Deploy PR preview
runs-on: ubuntu-latest
# Only one deployment at a time per PR
concurrency:
group: pr-${{ github.event.number }}
# Display preview URL in GitHub PR UI
environment:
name: review
url: ${{ steps.deploy.outputs.url }}
steps:
- uses: actions/checkout@v4
- name: Deploy PR preview to Fly.io
id: deploy
uses: superfly/fly-pr-review-apps@1.2.1
with:
config: demo/fly.toml