Added target dir

This commit is contained in:
2021-10-24 17:26:34 +02:00
parent 119c248851
commit d17127ee4d
2 changed files with 4 additions and 2 deletions

View File

@@ -5,7 +5,9 @@
"deploy_script": "./scripts/deploy_hugo.sh",
"env": {
"GIT_REPO_URL": "ssh://git@git.lajuntament.space:2222/lajuntament/web.git",
"GIT_SSH_ID_FILE": "/app/lajuntament"
"GIT_SSH_ID_FILE": "/app/lajuntament",
"HUGO_PARAMS": "",
"TARGET_DIRECTORY": "public"
}
}
}