24 lines
557 B
Markdown
24 lines
557 B
Markdown
# Déploiement - LeCoffre Back Mini
|
|
|
|
## Préparation
|
|
- Branche `ext`.
|
|
- Variables `IDNOT_*`, `STRIPE_*`, `MAILCHIMP_*`, `OVH_*` dans `lecoffre_node/.env.master`.
|
|
|
|
## Déploiement (orchestrateur)
|
|
```bash
|
|
cd /home/debian/4NK_env/lecoffre_node
|
|
./scripts/start.sh | cat
|
|
./scripts/validate-deployment.sh | cat
|
|
```
|
|
|
|
## Vérifications
|
|
```bash
|
|
curl -sS https://dev4.4nkweb.com/api/health | jq .
|
|
```
|
|
- Dashboards Grafana Backend.
|
|
|
|
## Règles
|
|
- Pas de compose direct.
|
|
- Démarrer après `sdk_relay` (géré par scripts).
|
|
- Push sur `ext` sans CI si docs/config only.
|