mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Clean up deploy docs
This commit is contained in:
parent
c0a73160ab
commit
28f1b0b3a7
1 changed files with 3 additions and 4 deletions
|
|
@ -44,12 +44,11 @@ Open the local ip/port that is output to the console in your browser.
|
|||
|
||||
## Deploying
|
||||
|
||||
[Netlify](https://www.netlify.com/) watches GitHub for new versions of master.
|
||||
When a new ve
|
||||
[Netlify](https://www.netlify.com/) watches GitHub for new versions of master. When a new version is seen, it is automatically built using `npm run build` and pushed to the server. Additionally, Netlify will run a build on every pull request and include a link under the heading "Deploy preview ready!". This enables easy high level testing of pull requests.
|
||||
|
||||
[Travis](https://travis-ci.org/) runs the build and then pushes the contents of `./built` to the `gh-pages` branch of this repository. GitHub Pages then serve that directory as <https://webamp.org>. CloudFlare sits in front of GitHub pages to provide the SSL certificate.
|
||||
In short, deploying should be as simple as pushing a commit to master.
|
||||
|
||||
In short, deploying should be as simple as pushing a commit to master which builds, lints and passes all tests.
|
||||
Additionally, if you want to fork the project, deploying should be as simple as setting up a free Netlify account.
|
||||
|
||||
### Advanced Usage
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue