Skip to content

Bump minimatch from 3.0.4 to 3.1.2 (#31) #24

Bump minimatch from 3.0.4 to 3.1.2 (#31)

Bump minimatch from 3.0.4 to 3.1.2 (#31) #24

Workflow file for this run

name: Fly Deploy
on:
push:
branches:
- 'main'
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions@1.3
with:
args: 'deploy'