-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from lucperkins/lperkins/README
Add README instructions for site publishing
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# opentelemetry.io | ||
The OpenTelemetry website and documentation | ||
|
||
This repo houses the source code for the [OpenTelemetry](https://opentelemetry.io) website and documentation. | ||
|
||
## Publishing the site | ||
|
||
The OpenTelemetry website is published automatically by [Netlify](https://netlify.com). When changes are pushed to the `master` branch, Netlify re-builds and re-deploys the site and stages a deploy preview for those changes. | ||
|
||
> Site adminstrators can access the admin interface [here](https://app.netlify.com/sites/opentelemetry/overview). | ||
### Deploy previews | ||
|
||
Whenever you submit a pull request to this repo, Netlify creates a [deploy preview](https://www.netlify.com/blog/2016/07/20/introducing-deploy-previews-in-netlify/) for the changes in that specific PR. You can view the deploy preview in the Netlify panel that appears under the PR description. |