Productionize Hugo Configuration #8
Reference in New Issue
Block a user
No description provided.
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Run the Hugo websites with nginx rather than
hugo server
. Add cron job for keeping site up to date, web server health checks, and log following.nginx
instead ofhugo server
, a cron job to pull git changes, and a start script to ensure the correct services are started each run and are monitored to stay up. d035f9d8e7