1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Unify language in the REST API for deployments (#33690)

Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
Co-authored-by: Vanessa <vgrl@github.com>
This commit is contained in:
Sarah Edwards
2023-01-03 00:58:28 -08:00
committed by GitHub
parent c2cc8bf6d2
commit 55fea0d3a3
5 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
---
title: Deployments
intro: The Deployments API allows you to create and delete deployments and deployment environments.
intro: Use the REST API to create and delete deployments and deployment environments.
versions:
fpt: '*'
ghes: '*'
@@ -11,7 +11,7 @@ topics:
miniTocMaxHeadingLevel: 3
---
## About the deployments API
## About deployments
Deployments are requests to deploy a specific ref (branch, SHA, tag). GitHub dispatches a [`deployment` event](/developers/webhooks-and-events/webhook-events-and-payloads#deployment) that external services can listen for and act on when new deployments are created. Deployments enable developers and organizations to build loosely coupled tooling around deployments, without having to worry about the implementation details of delivering different types of applications (e.g., web, native).