1
0
mirror of synced 2026-01-08 03:01:54 -05:00

Merge pull request #20748 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-09-21 10:28:34 -04:00
committed by GitHub

View File

@@ -2,17 +2,19 @@
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
- push another commit to the branch
- click **Update Branch** on the pull request page on github.com, if it's clickable
### 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.