Skip to content

Bump eslint-plugin-react from 7.36.1 to 7.37.0 #1660

Bump eslint-plugin-react from 7.36.1 to 7.37.0

Bump eslint-plugin-react from 7.36.1 to 7.37.0 #1660

Workflow file for this run

name: Fly Deploy
on:
push:
branches: ["main"]
jobs:
deploy:
name: Deploy to fly.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- uses: superfly/flyctl-actions@1.5
with:
args: "deploy --local-only"
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}