Added rsync deploy

This commit is contained in:
2021-10-25 00:35:57 +02:00
parent d17127ee4d
commit bb4875df80
5 changed files with 11 additions and 10 deletions

View File

@@ -2,12 +2,12 @@
"lajuntament": {
"test": {
"secret": "elsecret",
"deploy_script": "./scripts/deploy_hugo.sh",
"deploy_script": "/app/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/data/webhooks",
"HUGO_PARAMS": "",
"TARGET_DIRECTORY": "public"
"TARGET_DIR": "nfs@vatnajokull:/mnt/raid1/sites/lajuntament-web"
}
}
}