Add docker hub hook and k8s helm chart reference by @andreymaznyak

This commit is contained in:
Simon Prévost 2019-10-03 17:22:09 -04:00
parent 8c82eceaf4
commit e36915f04b
2 changed files with 7 additions and 0 deletions

View File

@ -165,6 +165,10 @@ If you want to send emails, youll have to configure the following environment
| `SMTP_PASSWORD` | _none_ | The password for authentification. |
| `SMTP_USERNAME` | _none_ | The username for authentification. |
### Kubernetes helm chart setup
You can setup the project with [a helm chart like this one](https://github.com/andreymaznyak/accent-helm-chart). This project uses [a fork by andreymaznyak](https://github.com/andreymaznyak/accent) and not this canonical repository. The specs and values may need to be updated if you use this repo.
## ✅ Tests
### API

3
hooks/build Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
docker build --build-arg APP_VERSION=latest --rm --tag mirego/accent:latest .