Skip to content

Commit 3330685

Browse files
authoredSep 21, 2022
Add link to merge queue doc (github#30983)
1 parent 36248fe commit 3330685

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎contributing/deployments.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22

33
Staging and production deployments are automated by a deployer service created and maintained by @github/docs-engineering.
44

5-
### Staging deployments
5+
### Preview deployments
66

7-
When a pull request is **opened**, **reopened**, or **synchronized** (i.e has new commits), it is automatically deployed to a unique staging URL.
7+
When a pull request is **opened**, **reopened**, or **synchronized** (i.e has new commits), it is automatically deployed to a unique preview URL.
88

9-
If a staging deployment fails, you can trigger a new deployment in a few ways:
9+
If a preview deployment fails, you can trigger a new deployment in a few ways:
1010
- close and re-open the pull request
1111
- push another commit to the branch
1212
- click **Update Branch** on the pull request page on github.com, if it's clickable
1313

1414
### Production deployments
1515

16+
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).
17+
1618
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.
1719

1820
After a PR is closed, the branch is automatically deleted. This does not affect the deployment process.

0 commit comments

Comments
 (0)
Please sign in to comment.