Refactored to use action secrets for user, host, port and paths. Also now sourcing environment from hugo.toml configuration file.
All checks were successful
Build and Deploy Hugo Site / build_and_deploy (push) Successful in 1m42s

This commit is contained in:
Andreas Hnida 2024-04-18 09:29:38 +02:00
commit d591e396f1
2 changed files with 47 additions and 57 deletions

View file

@ -15,6 +15,9 @@ defaultContentLanguage = "de"
# disable language
disableLanguages = ["en"]
hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage
########################### Deployment #############################
# set to "development" or "production" to deploy the site to the correct environment
environment = "development"
########################### Services #############################