add README
This commit is contained in:
parent
7a2558f86b
commit
8fa0fb6ca4
1 changed files with 9 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
Website of Cozy Town written in HTML and SCSS using hugo.
|
||||
|
||||
# Deploy
|
||||
|
||||
``` bash
|
||||
hugo && \
|
||||
rsync -avz --delete public/ vri@cozy.town:/home/vrifox/upload/town.cozy/ && \
|
||||
ssh vri@cozy.town "sudo /home/vrifox/deploy-cozy.town.sh"
|
||||
```
|
Loading…
Reference in a new issue