mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update instructions
This commit is contained in:
parent
9b0ce8b8f3
commit
7c69dbf36e
@ -23,14 +23,15 @@ $ rake preview
|
|||||||
|
|
||||||
## Steps for the deployment of the site
|
## Steps for the deployment of the site
|
||||||
|
|
||||||
All developers with write access to the repositories are able to deploy the website-
|
All developers with write access to the repositories are able to deploy the website.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
$ git submodule update --init
|
||||||
$ cd _deploy
|
$ cd _deploy
|
||||||
$ git pull
|
$ git fetch
|
||||||
|
$ git pull origin gh-pages
|
||||||
$ cd ..
|
$ cd ..
|
||||||
$ rake generate && rake deploy
|
$ rake generate && rake deploy
|
||||||
$
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Preparation on Fedora and CentOS
|
### Preparation on Fedora and CentOS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user