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 }