ajustes no drone

This commit is contained in:
Marcus Bohessef 2025-12-22 20:33:36 -03:00
parent 59a7f646ac
commit 10d300bd1e

View file

@ -50,7 +50,7 @@ steps:
DB_SSLMODE: { from_secret: DB_SSLMODE }
DB_USER: { from_secret: DB_USER }
ENV: { from_secret: ENV_DEV }
CORS_ORIGINS: { from_secret: CORS_ORIGINS_DEV }
CORS_ORIGINS: { from_secret: CORS_ORIGINS }
JWT_SECRET: { from_secret: JWT_SECRET }
MAX_UPLOAD_CAD_SIZE: { from_secret: MAX_UPLOAD_SIZE }
PORT: { from_secret: PORT }
@ -165,7 +165,7 @@ steps:
DB_SSLMODE: { from_secret: DB_SSLMODE }
DB_USER: { from_secret: DB_USER }
ENV: { from_secret: ENV_DEV }
CORS_ORIGINS: { from_secret: CORS_ORIGINS_HML }
CORS_ORIGINS: { from_secret: CORS_ORIGINS }
JWT_SECRET: { from_secret: JWT_SECRET }
MAX_UPLOAD_CAD_SIZE: { from_secret: MAX_UPLOAD_SIZE }
PORT: { from_secret: PORT }
@ -280,7 +280,7 @@ steps:
DB_SSLMODE: { from_secret: DB_SSLMODE }
DB_USER: { from_secret: DB_USER }
ENV: { from_secret: ENV_PRD }
CORS_ORIGINS: { from_secret: CORS_ORIGINS_PRD }
CORS_ORIGINS: { from_secret: CORS_ORIGINS }
JWT_SECRET: { from_secret: JWT_SECRET }
MAX_UPLOAD_CAD_SIZE: { from_secret: MAX_UPLOAD_SIZE }
PORT: { from_secret: PORT }