docs: update stale paths mic-after-work-server-impl-quarkus-main → afterwork-server-impl-quarkus + new workspace location (lions-workspace/afterwork/)
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
#### Déploiement Production
|
||||
- ✅ **API déployée** sur VPS (176.57.150.2)
|
||||
- ✅ **Namespace** : `applications`
|
||||
- ✅ **Service** : `mic-after-work-server-impl-quarkus-main-service`
|
||||
- ✅ **Image Docker** : `registry.lions.dev/lionsdev/mic-after-work-server-impl-quarkus-main:1.0.0-SNAPSHOT-20260110-161333`
|
||||
- ✅ **Base de données** : PostgreSQL (`lionsuser@postgresql:5432/mic-after-work-server-impl-quarkus-main`)
|
||||
- ✅ **Service** : `afterwork-server-impl-quarkus-service`
|
||||
- ✅ **Image Docker** : `registry.lions.dev/lionsdev/afterwork-server-impl-quarkus:1.0.0-SNAPSHOT-20260110-161333`
|
||||
- ✅ **Base de données** : PostgreSQL (`lionsuser@postgresql:5432/afterwork-server-impl-quarkus`)
|
||||
|
||||
#### Configuration Corrigée
|
||||
- ✅ Supprimé tous les warnings de configuration Quarkus
|
||||
@@ -137,7 +137,7 @@ chmod +x scripts/build_production.sh
|
||||
|
||||
### Backend
|
||||
```
|
||||
mic-after-work-server-impl-quarkus-main/
|
||||
afterwork-server-impl-quarkus/
|
||||
├── src/main/resources/
|
||||
│ ├── application.properties # Config build-time + dev
|
||||
│ └── application-prod.properties # Config runtime production
|
||||
@@ -173,7 +173,7 @@ afterwork/
|
||||
```yaml
|
||||
DB_HOST: postgresql
|
||||
DB_PORT: 5432
|
||||
DB_NAME: mic-after-work-server-impl-quarkus-main
|
||||
DB_NAME: afterwork-server-impl-quarkus
|
||||
```
|
||||
|
||||
**Secrets** :
|
||||
@@ -236,10 +236,10 @@ curl -I https://api.lions.dev/afterwork/q/swagger-ui/
|
||||
### Backend (automatisé via lionsctl)
|
||||
|
||||
```bash
|
||||
cd mic-after-work-server-impl-quarkus-main
|
||||
cd afterwork-server-impl-quarkus
|
||||
lionsctl.exe pipeline \
|
||||
--cluster k1 \
|
||||
--url https://git.lions.dev/lionsdev/mic-after-work-server-impl-quarkus-main.git \
|
||||
--url https://git.lions.dev/lionsdev/afterwork-server-impl-quarkus.git \
|
||||
--environment production \
|
||||
--branch develop
|
||||
```
|
||||
@@ -296,13 +296,13 @@ lionsctl.exe pipeline \
|
||||
**Backend** :
|
||||
```bash
|
||||
# Voir les logs
|
||||
ssh root@176.57.150.2 "kubectl logs -n applications -l app=mic-after-work-server-impl-quarkus-main --tail=100"
|
||||
ssh root@176.57.150.2 "kubectl logs -n applications -l app=afterwork-server-impl-quarkus --tail=100"
|
||||
|
||||
# Redémarrer le pod
|
||||
ssh root@176.57.150.2 "kubectl rollout restart -n applications deployment/mic-after-work-server-impl-quarkus-main"
|
||||
ssh root@176.57.150.2 "kubectl rollout restart -n applications deployment/afterwork-server-impl-quarkus"
|
||||
|
||||
# Vérifier le statut
|
||||
ssh root@176.57.150.2 "kubectl get pods -n applications -l app=mic-after-work-server-impl-quarkus-main"
|
||||
ssh root@176.57.150.2 "kubectl get pods -n applications -l app=afterwork-server-impl-quarkus"
|
||||
```
|
||||
|
||||
**Frontend** :
|
||||
@@ -314,7 +314,7 @@ ssh root@176.57.150.2 "kubectl get pods -n applications -l app=mic-after-work-se
|
||||
|
||||
## 📞 Contacts
|
||||
|
||||
- **Repository Backend** : https://git.lions.dev/lionsdev/mic-after-work-server-impl-quarkus-main
|
||||
- **Repository Backend** : https://git.lions.dev/lionsdev/afterwork-server-impl-quarkus
|
||||
- **Repository Frontend** : https://git.lions.dev/lionsdev/afterwork
|
||||
- **API Production** : https://api.lions.dev/afterwork
|
||||
- **Documentation API** : https://api.lions.dev/afterwork/q/swagger-ui/
|
||||
|
||||
Reference in New Issue
Block a user