Added test files

This commit is contained in:
2021-10-24 15:53:57 +02:00
parent b0f82d471e
commit 7f82b25cde
4 changed files with 138 additions and 0 deletions

12
test/config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"lajuntament": {
"test": {
"secret": "elsecret",
"deploy_script": "./test/deploy.sh",
"env": {
"GIT_REPO_URL": "ssh://git@git.lajuntament.space:2222/lajuntament/web.git",
"GIT_SSH_ID_FILE": "/home/marc/.ssh/lajuntament.pub"
}
}
}
}