Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

A GitHub Action to deploy Inngest functions using the Inngest CLI.

Notifications You must be signed in to change notification settings

inngest/action-deploy-functions

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

inngest/action-deploy-functions

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:

Usage

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.