Skip to content

fix dependencies

fix dependencies #7

Workflow file for this run

name: Prod Deploy

Check failure on line 1 in .github/workflows/prod-deploy.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/prod-deploy.yaml

Invalid workflow file

`jobs` is not a valid event name
on:
push:
branches: [main]
paths-ignore:
- README.md
- 'json_examples/**'
- 'models/**'
- .github/workflows/staging-deploy.yaml
- fly.staging.toml
jobs:
deploy:
name: Deploy App
runs-on: ubuntu-latest
environment: production
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 }}