Skip to content

Bump prettier from 3.0.1 to 3.0.2 #1327

Bump prettier from 3.0.1 to 3.0.2

Bump prettier from 3.0.1 to 3.0.2 #1327

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 }}