Skip to content

Bump got from 11.8.3 to 11.8.5 (#28) #26

Bump got from 11.8.3 to 11.8.5 (#28)

Bump got from 11.8.3 to 11.8.5 (#28) #26

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'