mirror of
https://git.adityakumar.xyz/hugo-deploy.git
synced 2024-11-12 16:09:45 +00:00
16 lines
414 B
Markdown
16 lines
414 B
Markdown
# hugo-deploy
|
|
Deploy hugo website to remote server using rsync
|
|
|
|
## Prerequisites
|
|
- SSH Server on remote server
|
|
- SSH Client on local machine
|
|
- rsync on both machines
|
|
|
|
## 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/)
|