8000 GitHub - agentuity/deploy-action: A GitHub Action for deploying your AI Agents to the Agentuity Cloud Platform in your workflow
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A GitHub Action for deploying your AI Agents to the Agentuity Cloud Platform in your workflow

Notifications You must be signed in to change notification settings

agentuity/deploy-action

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

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 }} 

About

A GitHub Action for deploying your AI Agents to the Agentuity Cloud Platform in your workflow

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0