Skip to content

beamlit/bl-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

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blaxel Logo

Blaxel Action

GitHub Action for Blaxel

GitHub release GitHub marketplace


Usage

Blaxel is a platform for building and deploying AI agents. Please visit the documentation for more information about Blaxel. With this action, you can automate the deployment of your AI resources to Blaxel directly from your GitHub workflows.

Workflow

name: Deploy to Blaxel
on: [push]
jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v2
      - name: Deploy to Blaxel
        uses: beamlit/blaxel-action@v1
        with:
          workspace: "your-workspace"
          apikey: ${{ secrets.BL_API_KEY }}
          deploy: "path/to/your/deployment/folder"

Setup

  1. Create a Blaxel API Key: Go to your Blaxel account settings and generate an API key.
  2. Add the API Key to GitHub Secrets: In your GitHub repository, navigate to Settings > Secrets and add a new secret named BL_API_KEY.
  3. Configure the Workflow: Use the example above to configure your GitHub Actions workflow file.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

Support

For any questions or issues, please open an issue in this repository.

About

Github action for beamlit

Resources

License

Stars

Watchers

Forks

Packages

No packages published