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
All checks were successful
Build and Deploy Hugo Site / build_and_deploy (push) Successful in 1m42s
This commit is contained in:
parent
1cd343a8f8
commit
d591e396f1
2 changed files with 47 additions and 57 deletions
|
|
@ -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 #############################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue