Files
webhooks/test/config.json
2021-10-24 17:16:07 +02:00

13 lines
331 B
JSON

{
"lajuntament": {
"test": {
"secret": "elsecret",
"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"
}
}
}
}