feat: docs: hostea infrastructure config parameters
ci/woodpecker/push/woodpecker Pipeline failed Details
ci/woodpecker/pr/woodpecker Pipeline failed Details

pull/1/head
Aravinth Manivannan 2022-06-24 20:38:37 +05:30
parent f3324579c9
commit 9f55a8ced7
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
2 changed files with 24 additions and 0 deletions

View File

@ -180,8 +180,11 @@ HOSTEA = {
},
"INFRA": {
"HOSTEA_REPO": {
# where to clone the repository
"PATH": "/srv/hostea/dashboard/infrastructure",
# Git remote URI of the repository
"REMOTE": "git@localhost:Hostea/enough.git",
# SSH key that can push to the Git repository remote mentioned above
"SSH_KEY": "/srv/hostea/deploy",
}
},

View File

@ -72,3 +72,24 @@ PAYMENT_VARIANTS = {
)
}
```
## Infrastructure(via [Enough](https://enough.community))
```python
HOSTEA = {
# <------snip-------->
"INFRA": {
"HOSTEA_REPO": {
# where to clone the repository
"PATH": "/srv/hostea/dashboard/infrastructure",
# Git remote URI of the repository
"REMOTE": "git@localhost:Hostea/enough.git",
# SSH key that can push to the Git repository remote mentioned above
"SSH_KEY": "/srv/hostea/deploy",
}
},
```
### References:
https://enough-community.readthedocs.io/en/latest/services/hostea.html