ajustes no drone
This commit is contained in:
parent
10d300bd1e
commit
803c5a3e0a
1 changed files with 5 additions and 4 deletions
|
|
@ -164,7 +164,7 @@ steps:
|
|||
DB_PORT: { from_secret: DB_PORT }
|
||||
DB_SSLMODE: { from_secret: DB_SSLMODE }
|
||||
DB_USER: { from_secret: DB_USER }
|
||||
ENV: { from_secret: ENV_DEV }
|
||||
ENV: "homologation" # Ajustado para resolver CrashLoop
|
||||
CORS_ORIGINS: { from_secret: CORS_ORIGINS }
|
||||
JWT_SECRET: { from_secret: JWT_SECRET }
|
||||
MAX_UPLOAD_CAD_SIZE: { from_secret: MAX_UPLOAD_SIZE }
|
||||
|
|
@ -224,8 +224,9 @@ steps:
|
|||
- kubectl apply -f k8s/hml/backoffice-deployment-hml.yaml
|
||||
- kubectl apply -f k8s/hml/backoffice-service-hml.yaml
|
||||
- kubectl apply -f k8s/hml/backoffice-ingress-hml.yaml
|
||||
- kubectl rollout restart deployment/gohorse-backend -n gohorsejobshml
|
||||
- kubectl rollout restart deployment/gohorse-backoffice -n gohorsejobshml
|
||||
# NOMES CORRIGIDOS ABAIXO CONFORME SEU CLUSTER
|
||||
- kubectl rollout restart deployment/gohorse-backend-hml -n gohorsejobshml
|
||||
- kubectl rollout restart deployment/gohorse-backoffice-hml -n gohorsejobshml
|
||||
|
||||
---
|
||||
# ═══════════════════════════════════════════════════════════════════════════════
|
||||
|
|
@ -279,7 +280,7 @@ steps:
|
|||
DB_PORT: { from_secret: DB_PORT }
|
||||
DB_SSLMODE: { from_secret: DB_SSLMODE }
|
||||
DB_USER: { from_secret: DB_USER }
|
||||
ENV: { from_secret: ENV_PRD }
|
||||
ENV: "production"
|
||||
CORS_ORIGINS: { from_secret: CORS_ORIGINS }
|
||||
JWT_SECRET: { from_secret: JWT_SECRET }
|
||||
MAX_UPLOAD_CAD_SIZE: { from_secret: MAX_UPLOAD_SIZE }
|
||||
|
|
|
|||
Loading…
Reference in a new issue