Deploy to Pipecat Cloud
Version updated for https://github.com/daily-co/pipecat-cloud-deploy-action to version v2.0.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of building and deploying Pipecat agents to Pipecat Cloud, streamlining CI/CD workflows for developers. It eliminates the need for local Docker setups or registry credentials by utilizing cloud-based builds, provides smart caching for efficient workflows, and ensures deployments are ready before marking them successful. Additionally, it allows configuration of scaling, regions, secrets, and other deployment parameters for full control.
What’s Changed
Bug fix
- Fix build cache collisions in monorepos where multiple agents share the same
build-contextbut use differentdockerfilepaths. The Dockerfile path is now included in the cache key hash.