overview
title: "CI/CD Workflows Overview" sidebar_label: "Overview" sidebar_position: 1 description: "Overview of Git-Ape GitHub Actions workflows"​
CI/CD Workflows Overview
Git-Ape provides GitHub Actions workflows for automated deployment lifecycle management.
Workflow Inventory​
| Workflow | File | Triggers | Jobs |
|---|---|---|---|
| Copilot Setup Steps | copilot-setup-steps.yml | workflow_dispatch, push | copilot-setup-steps |
| Git-Ape: Deploy | git-ape-deploy.yml | push, issue_comment | check-comment-trigger, detect-deployments, deploy |
| Git-Ape: Destroy | git-ape-destroy.yml | 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 |
| Continuous Drift Remediation | git-ape-drift.lock.yml | schedule, workflow_dispatch | activation, agent, conclusion, detection, safe_outputs, update_cache_memory |
| Git-Ape: Plan | git-ape-plan.yml | pull_request | detect-deployments, plan-local, plan-azure, plan-comment |
| Git-Ape: Verify Setup | git-ape-verify.yml | workflow_dispatch | verify |