feat: docs: hostea infrastructure config parameters

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

View File

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