CI/CD Workflows Overview
Git-Ape provides GitHub Actions workflows for automated deployment lifecycle management.
Workflow Inventory​
| Workflow | File | Triggers | Jobs |
|---|---|---|---|
| Git-Ape: Deploy | git-ape-deploy.exampleyml | push, issue_comment | check-comment-trigger, detect-deployments, deploy |
| Git-Ape: Destroy | git-ape-destroy.exampleyml | push, workflow_dispatch | detect-destroys, destroy |
| Git-Ape: Docs Check | git-ape-docs-check.yml | pull_request | check-docs |
| Git-Ape: Docs Deploy | git-ape-docs.yml | push | build, deploy |
| Git-Ape: Plan | git-ape-plan.exampleyml | pull_request | detect-deployments, plan-local, plan-azure, plan-comment |
| Git-Ape: Verify Setup | git-ape-verify.exampleyml | workflow_dispatch | verify |