Skip to content

add console.log

add console.log #2

Workflow file for this run

name: Fly Deploy
on:
push:
branches:
main # or master, depending on your default branch

Check failure on line 9 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 9
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
concurrency: deploy-group # optional: ensure only one action runs at a time
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 }}