Skip to main content

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​

WorkflowFileTriggersJobs
Copilot Setup Stepscopilot-setup-steps.ymlworkflow_dispatch, pushcopilot-setup-steps
Git-Ape: Deploygit-ape-deploy.ymlpush, issue_commentcheck-comment-trigger, detect-deployments, deploy
Git-Ape: Destroygit-ape-destroy.ymlpush, workflow_dispatchdetect-destroys, destroy
Git-Ape: Docs Checkgit-ape-docs-check.ymlpull_requestcheck-docs
Git-Ape: Docs Deploygit-ape-docs.ymlpushbuild, deploy
Continuous Drift Remediationgit-ape-drift.lock.ymlschedule, workflow_dispatchactivation, agent, conclusion, detection, safe_outputs, update_cache_memory
Git-Ape: Plangit-ape-plan.ymlpull_requestdetect-deployments, plan-local, plan-azure, plan-comment
Git-Ape: Verify Setupgit-ape-verify.ymlworkflow_dispatchverify

Pipeline Architecture​