Pipery Python CD
Version updated for https://github.com/pipery-dev/pipery-python-cd to version v0.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Pipery Python CD GitHub Action automates the continuous deployment (CD) process for Python projects by downloading packages or Docker images, deploying them to specified targets (ArgoCD, Cloud Run, Helm, or Ansible), and checking deployment status. It streamlines deployment workflows by supporting multiple deployment strategies (e.g., rolling, blue-green, canary) and handling the health checks of deployed applications. This action is particularly useful for simplifying multi-environment deployment pipelines and ensuring consistent application delivery.
What’s Changed
- release v0.1.0 (8d6b887)