21 lines
433 B
Markdown
21 lines
433 B
Markdown
# Déploiement - LeCoffre Front
|
|
|
|
## Préparation
|
|
- Branche `ext`.
|
|
- `NEXT_PUBLIC_*` 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
|
|
- `https://dev4.4nkweb.com/lecoffre/` s'affiche.
|
|
- Iframe `ihm_client` s'ouvre.
|
|
|
|
## Règles
|
|
- Pas de compose direct.
|
|
- Push `ext` sans CI pour docs.
|