Refactoring
This commit is contained in:
@@ -48,18 +48,15 @@ kubectl get pods -n applications -l app=afterwork-api
|
||||
kubectl logs -n applications -l app=afterwork-api -f
|
||||
```
|
||||
|
||||
### Option 3 : Déploiement via lionesctl
|
||||
### Option 3 : Déploiement via lionsctl pipeline
|
||||
|
||||
```bash
|
||||
cd C:\Users\dadyo\PersonalProjects\mic-after-work-server-impl-quarkus-main
|
||||
|
||||
# Build local
|
||||
mvn clean package -DskipTests
|
||||
docker build -f docker/Dockerfile.prod -t registry.lions.dev/afterwork-api:1.0.0 .
|
||||
docker push registry.lions.dev/afterwork-api:1.0.0
|
||||
# Le pipeline clone le repo, build Maven, construit l’image Docker et déploie sur K8s. Remplacer <org> et <email>.
|
||||
|
||||
# Déploiement
|
||||
lionesctl pipeline deploy -f kubernetes/
|
||||
lionsctl pipeline -u https://git.lions.dev/<org>/mic-after-work-server-impl-quarkus-main -b develop -j 17 -e dev -c k1 -m <email>
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user