1
0
mirror of synced 2025-12-19 09:57:42 -05:00
Files
docs/contributing/deployments.md
2025-02-20 18:44:49 +00:00

16 lines
717 B
Markdown

## Deployments
Staging and production deployments are automated by a deployer service created and maintained by @github/docs-engineering.
### Review deployments
TBD
### Production deployments
Docs uses [merge queue](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue).
When a pull request is merged to the repo's default branch, it is automatically deployed to production and the status is displayed on the PR's page on github.com. It can take up to 24 hours for changes to be visible on the site.
After a PR is closed, the branch is automatically deleted. This does not affect the deployment process.