Refactor how the project is run, using nginx
instead of hugo 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.
This commit is contained in:
@@ -9,3 +9,13 @@ COMPOSE_BAKE=true
|
||||
## Git Website Repository
|
||||
#
|
||||
REPO=https://git.hyperling.com/me/hugo-jackanope
|
||||
|
||||
#
|
||||
## Web Environments
|
||||
# Please use values YES/TRUE and NO/FALSE.
|
||||
|
||||
# Whether to start NGINX
|
||||
PROD=YES
|
||||
|
||||
# Whether to start Hugo Server
|
||||
DEV=NO
|
||||
|
Reference in New Issue
Block a user