Skip to content

Update fly.yml

Update fly.yml #2

Workflow file for this run

name: Deploying
on:
push:
branches:
- main
env:
FLY_API_TOKEN: ${{ secrets.FLYIO_API_TOKEN}}
POOL_SIZE: "1"
jobs:
deploys:
name: Deploy Fullsatack
runs-on: ubuntu-latest
steps:

Check failure on line 15 in .github/workflows/fly.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/fly.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
run: flyctl deploy --remote-only
working-directory: fullstack