Skip to content

[pre-commit.ci] pre-commit autoupdate #37

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #37

name: Fly Deploy Test App
on:
pull_request:
branches:

Check failure on line 4 in .github/workflows/fly-deploy-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/fly-deploy-test.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
- staging
paths:
- "src/**"
workflow_dispatch:
jobs:
deploy:
name: Deploy test app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only -c fly_test.toml
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN_TEST }}