Skip to content

log more details about an error #27

log more details about an error

log more details about an error #27

Workflow file for this run

name: Fly Deploy
on:
push:
branches:
- main
jobs:
deploy:

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

View workflow run for this annotation

GitHub Actions / Fly Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/fly.yml (Line: 7, Col: 3): The workflow must contain at least one job with no dependencies.
needs: Tests # Run npm test before
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}