
All checks were successful
build-and-push-int-dev / build_push (push) Successful in 1m22s
22 lines
525 B
Markdown
22 lines
525 B
Markdown
# Déploiement - SDK Relay
|
|
|
|
## Préparation
|
|
- Branche `int-dev`.
|
|
- `SDK_RELAY_*` dans `lecoffre_node/.env.master`.
|
|
- Accès `bitcoin` RPC/ZMQ et `blindbit-proxy`.
|
|
|
|
## Déploiement (orchestrateur)
|
|
```bash
|
|
cd /home/debian/4NK_env/lecoffre_node
|
|
./scripts/start.sh | cat
|
|
./scripts/validate-deployment.sh | cat
|
|
```
|
|
|
|
## Vérifications
|
|
- WS: `wss://dev4.4nkweb.com/ws/`.
|
|
- `./scripts/monitor-progress.sh | cat` (attente IBD/BlindBit).
|
|
|
|
## Règles
|
|
- Pas de compose direct.
|
|
- Push `int-dev` sans CI si pas de binaire à reconstruire.
|