Skip to content

Bump jest from 29.6.0 to 29.6.1 #1263

Bump jest from 29.6.0 to 29.6.1

Bump jest from 29.6.0 to 29.6.1 #1263

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