Continuous Deployment using Woodpecker (#2)
All checks were successful
ci/woodpecker/push/hugo-build Pipeline was successful

Co-authored-by: vrifox <vrifox@vrifox.cc>
Reviewed-on: #2
This commit is contained in:
Vri 🌈 2023-07-16 19:34:52 +02:00
parent 6a31395a19
commit 8c6d636828
2 changed files with 50 additions and 5 deletions

View file

@ -2,8 +2,4 @@ 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"
```
Auto-deploy using [Woodpecker](https://make.cozy.town/cozytown/website).