fix .env
Some checks failed
Deploy Bookshelf / deploy (push) Failing after 5s

This commit is contained in:
Julien Aldon
2026-01-12 13:16:39 +01:00
parent 50d486a3a3
commit 69bc74835b
3 changed files with 23 additions and 5 deletions

View File

@@ -15,4 +15,15 @@ $>source /docker-entrypoint-initdb.d/*.sql
# SSL https://certbot-dns-ovh.readthedocs.io/en/stable/
# Create certificates
certbot certonly --dns-ovh --dns-ovh-credentials ~/.secrets/certbot/ovh.ini -d home.aldon.fr
```
# Set env variables inside secrets action
```sh
SERVICE_ORIGIN
DB_HOST
SERVICE_SECRET_KEY
MARIADB_USER
MARIADB_PASSWORD
MARIADB_ROOT_PASSWORD
MARIADB_DATABASE
```