deploy: scripts Gitea push + SSH server deploy + nginx web + OpenClaw messages + RUNBOOK
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
32
deploy/README.md
Normal file
32
deploy/README.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# deploy/
|
||||
|
||||
Scripts et messages prêts pour déploiement DauphinCraft quand réseau .86/.89 accessible.
|
||||
|
||||
## Fichiers
|
||||
|
||||
| Fichier | Rôle |
|
||||
|---|---|
|
||||
| `push_to_gitea.sh` | Push code + release v0.1.0 sur Gitea .86 |
|
||||
| `deploy_server_ssh.sh` | Déploie serveur UDP:7777 via SSH sur VM cible |
|
||||
| `deploy_web_nginx.sh` | Upload landing page sur nginx |
|
||||
| `openclaw_messages.md` | Messages copy-paste pour orchestrer via OpenClaw |
|
||||
| `RUNBOOK.md` | Ordre d'exécution complet + troubleshooting |
|
||||
| `install.sh` | Script d'installation côté serveur Linux |
|
||||
| `dauphincraft.service` | Unit systemd pour le serveur |
|
||||
|
||||
## Usage rapide
|
||||
|
||||
```bash
|
||||
cd /c/Users/flopp/Nextcloud2/DauphinCraft
|
||||
|
||||
# Phase 1 — Gitea
|
||||
bash deploy/push_to_gitea.sh
|
||||
|
||||
# Phase 2 — Serveur
|
||||
bash deploy/deploy_server_ssh.sh
|
||||
|
||||
# Phase 3 — Web
|
||||
bash deploy/deploy_web_nginx.sh
|
||||
```
|
||||
|
||||
Voir [RUNBOOK.md](RUNBOOK.md) pour le détail complet.
|
||||
Reference in New Issue
Block a user