Prompt Buddy logoPrompt Buddy

github · GitHub Actions Docs

How Tos Deploying with GitHub Actions - GitHub Docs

Explains how to manage and control the lifecycle of deployments within GitHub Actions, including tracking deployment status and managing deployment history.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

How Tos Deploying with GitHub Actions - GitHub Docs

Explains how to manage and control the lifecycle of deployments within GitHub Actions, including tracking deployment status and managing deployment history.

When To Use

Use when you need to implement logic to track, manage, or audit the status and history of software deployments within a GitHub Actions workflow.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/actions-how-tos-deploy-deploying-with-github-docs-workflow-guide.mdA guide explaining how to trigger, manage, and control deployments using GitHub Actions environments.Questions about a guide explaining how to trigger, manage, and control deployments using GitHub Actions environments.
examples/actions-how-tos-deploy-deploying-with-github-docs-github-actions-deploym.textA YAML configuration snippet defining workflow triggers for push, pull request, and workflow_dispatch events to control deployment automation.Exact payloads, commands, or snippets shown in A YAML configuration snippet defining workflow triggers for push, pull request, and workflowdispatch events to contro...
examples/actions-how-tos-deploy-deploying-with-github-docs-github-actions-control.textA YAML configuration snippet demonstrating how to disable deployments for a specific job within a GitHub Actions workflow.Exact payloads, commands, or snippets shown in A YAML configuration snippet demonstrating how to disable deployments for a specific job within a GitHub Actions work...
examples/actions-how-tos-deploy-deploying-with-github-docs-github-actions-deploym-2.textA GitHub Actions workflow configuration demonstrating how to use concurrency groups to control deployment environments.Exact payloads, commands, or snippets shown in A GitHub Actions workflow configuration demonstrating how to use concurrency groups to control deployment environments.
examples/actions-how-tos-deploy-deploying-with-github-docs-github-actions-deploym-3.textA GitHub Actions workflow configuration file that defines a deployment job triggered on pushes to the main branch using a production environment and concurrency control.Exact payloads, commands, or snippets shown in A GitHub Actions workflow configuration file that defines a deployment job triggered on pushes to the main branch usi...
examples/actions-how-tos-deploy-deploying-with-github-docs-github-actions-deploym-4.textA GitHub Actions workflow configuration demonstrating how to use deployment concurrency to manage production environment deployments.Exact payloads, commands, or snippets shown in A GitHub Actions workflow configuration demonstrating how to use deployment concurrency to manage production environm...

What This Skill Covers

    • GitHub Actions / - How-tos / - Deploy / - Configure and manage deployments / - Control deployments
  • Main sections: In this article, Prerequisites, Triggering your deployment, Using environments, Using concurrency.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://docs.github.com/en/actions/how-tos/deploy/configure-and-manage-deployments/control-deployments