Skip to content

Bump @types/react from 18.2.13 to 18.2.14 #1244

Bump @types/react from 18.2.13 to 18.2.14

Bump @types/react from 18.2.13 to 18.2.14 #1244

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@v3
- uses: docker/setup-buildx-action@v2
- uses: superfly/flyctl-actions@1.4
with:
args: "deploy --local-only"
env:
DOCKER_BUILDKIT: "1"
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}