hugo-deploy/README.md

17 lines
414 B
Markdown
Raw Permalink Normal View History

2022-03-14 01:42:13 +00:00
# hugo-deploy
2022-03-14 01:25:14 +00:00
Deploy hugo website to remote server using rsync
2022-03-14 01:42:13 +00:00
## Prerequisites
- SSH Server on remote server
- SSH Client on local machine
- rsync on both machines
2022-03-14 01:25:14 +00:00
## 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/)