hugo-deploy/README.md

12 lines
310 B
Markdown
Raw Normal View History

2022-03-14 01:25:14 +00:00
#hugo-deploy
Deploy hugo website to remote server using rsync
## Usage
- Clone this repository
- Go to the directory and edit the script to match your server configuration
- Make the script executable
- Run
Script taken from [Hugo's website](https://gohugo.io/hosting-and-deployment/deployment-with-rsync/)