From 10d300bd1eefe2c00f9642eeafdac27f2aad5158 Mon Sep 17 00:00:00 2001 From: Marcus Bohessef Date: Mon, 22 Dec 2025 20:33:36 -0300 Subject: [PATCH] ajustes no drone --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index ffb3c5e..2fa283b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 }