Add link to merge queue doc (#30983)
This commit is contained in:
@@ -2,17 +2,19 @@
|
|||||||
|
|
||||||
Staging and production deployments are automated by a deployer service created and maintained by @github/docs-engineering.
|
Staging and production deployments are automated by a deployer service created and maintained by @github/docs-engineering.
|
||||||
|
|
||||||
### Staging deployments
|
### Preview deployments
|
||||||
|
|
||||||
When a pull request is **opened**, **reopened**, or **synchronized** (i.e has new commits), it is automatically deployed to a unique staging URL.
|
When a pull request is **opened**, **reopened**, or **synchronized** (i.e has new commits), it is automatically deployed to a unique preview URL.
|
||||||
|
|
||||||
If a staging deployment fails, you can trigger a new deployment in a few ways:
|
If a preview deployment fails, you can trigger a new deployment in a few ways:
|
||||||
- close and re-open the pull request
|
- close and re-open the pull request
|
||||||
- push another commit to the branch
|
- push another commit to the branch
|
||||||
- click **Update Branch** on the pull request page on github.com, if it's clickable
|
- click **Update Branch** on the pull request page on github.com, if it's clickable
|
||||||
|
|
||||||
### Production deployments
|
### 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.
|
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.
|
After a PR is closed, the branch is automatically deleted. This does not affect the deployment process.
|
||||||
|
|||||||
Reference in New Issue
Block a user