Deploy hugo website to remote server using rsync
Go to file
2023-06-18 10:28:44 +05:30
hugo-deploy.sh fix typo 2023-06-18 10:28:44 +05:30
README.md update README 2022-03-14 07:12:13 +05:30

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