This action installs the Inngest CLI (inngest/inngest) on your Linux, Mac, or Windows runner in GitHub Actions, then builds and deploys all functions found in the given directory.
See also:
steps:
- uses: actions/checkout@v3
- uses: inngest/action-deploy-functions@v1
with:
token: ${{ secrets.INNGEST_AUTH_TOKEN }}
dir: ./functions
prod: true
You can also provide a version
input to specify the version of the Inngest CLI to use. See inngest/setup-inngest for more info.