Skip to content

fix(ci): git ignore zig CI cache folder #9

fix(ci): git ignore zig CI cache folder

fix(ci): git ignore zig CI cache folder #9

Workflow file for this run

name: Deploy demo

Check failure on line 1 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

(Line: 6, Col: 3): Unexpected value 'paths', (Line: 7, Col: 5): A sequence was not expected
on:
push:
branches:
- main
paths:
- "demo/**"
jobs:
deploy:
name: Deploy web demo
runs-on: ubuntu-latest
concurrency: deploy-web-group
steps:
- uses: actions/checkout@v6
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --config demo/fly.toml --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}