github · GitHub Actions Docs
Actions Continuous deployment - GitHub Docs
Explains how to set up automated deployment workflows using GitHub Actions to deliver code changes to production environments.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Continuous deployment - GitHub Docs
Explains how to set up automated deployment workflows using GitHub Actions to deliver code changes to production environments.
When To Use
Use when you need to automate the process of deploying software updates to production environments following a successful build and test cycle.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-get-started-continuous-deployment-github-docs-workflow-guide.md | A guide explaining how to create custom continuous deployment workflows using GitHub Actions. | Questions about a guide explaining how to create custom continuous deployment workflows using GitHub Actions. |
What This Skill Covers
-
- GitHub Actions / - Get started / - Continuous deployment
- Main sections:
In this article,About continuous deployment,About continuous deployment using GitHub Actions,Workflow templates and third-party actions,Next steps.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/get-started/continuous-deployment
