Skip to content

Agentuity Deploy Action

Actions
Deploy an Agentuity project
v1
Latest
Star (0)
Agentuity
Build Agents, Not Infrastructure

License Join the community on Discord

Agentuity Deploy Action

Important: To ensure commit information is available, add the following step before using this action:

- uses: actions/checkout@v4
  with:
    fetch-depth: 2

Usage

- uses: agentuity/deploy-action@main
  with:
    api_key: ${{ secrets.AGENTUITY_API_KEY }}
    project_dir: ./  # Optional, defaults to "."

Inputs

Name Description Required Default
api_key Agentuity API key for authentication Yes NA
project_dir Path to the project directory No .

Example

name: Deploy Agentuity Project

on:
  push:
    branches: [ main ]

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
        with:
          fetch-depth: 2
      - name: Install Bun
        uses: oven-sh/setup-bun@v1
        with:
          bun-version: latest
      - name: Deploy Agentuity Project
        uses: agentuity/deploy-action@v1
        with:
          api_key: ${{ secrets.AGENTUITY_API_KEY }} 

Agentuity Deploy Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Deploy an Agentuity project
v1
Latest

Agentuity Deploy Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.