ajustes no drone
This commit is contained in:
parent
59a7f646ac
commit
10d300bd1e
1 changed files with 3 additions and 3 deletions
|
|
@ -50,7 +50,7 @@ steps:
|
||||||
DB_SSLMODE: { from_secret: DB_SSLMODE }
|
DB_SSLMODE: { from_secret: DB_SSLMODE }
|
||||||
DB_USER: { from_secret: DB_USER }
|
DB_USER: { from_secret: DB_USER }
|
||||||
ENV: { from_secret: ENV_DEV }
|
ENV: { from_secret: ENV_DEV }
|
||||||
CORS_ORIGINS: { from_secret: CORS_ORIGINS_DEV }
|
CORS_ORIGINS: { from_secret: CORS_ORIGINS }
|
||||||
JWT_SECRET: { from_secret: JWT_SECRET }
|
JWT_SECRET: { from_secret: JWT_SECRET }
|
||||||
MAX_UPLOAD_CAD_SIZE: { from_secret: MAX_UPLOAD_SIZE }
|
MAX_UPLOAD_CAD_SIZE: { from_secret: MAX_UPLOAD_SIZE }
|
||||||
PORT: { from_secret: PORT }
|
PORT: { from_secret: PORT }
|
||||||
|
|
@ -165,7 +165,7 @@ steps:
|
||||||
DB_SSLMODE: { from_secret: DB_SSLMODE }
|
DB_SSLMODE: { from_secret: DB_SSLMODE }
|
||||||
DB_USER: { from_secret: DB_USER }
|
DB_USER: { from_secret: DB_USER }
|
||||||
ENV: { from_secret: ENV_DEV }
|
ENV: { from_secret: ENV_DEV }
|
||||||
CORS_ORIGINS: { from_secret: CORS_ORIGINS_HML }
|
CORS_ORIGINS: { from_secret: CORS_ORIGINS }
|
||||||
JWT_SECRET: { from_secret: JWT_SECRET }
|
JWT_SECRET: { from_secret: JWT_SECRET }
|
||||||
MAX_UPLOAD_CAD_SIZE: { from_secret: MAX_UPLOAD_SIZE }
|
MAX_UPLOAD_CAD_SIZE: { from_secret: MAX_UPLOAD_SIZE }
|
||||||
PORT: { from_secret: PORT }
|
PORT: { from_secret: PORT }
|
||||||
|
|
@ -280,7 +280,7 @@ steps:
|
||||||
DB_SSLMODE: { from_secret: DB_SSLMODE }
|
DB_SSLMODE: { from_secret: DB_SSLMODE }
|
||||||
DB_USER: { from_secret: DB_USER }
|
DB_USER: { from_secret: DB_USER }
|
||||||
ENV: { from_secret: ENV_PRD }
|
ENV: { from_secret: ENV_PRD }
|
||||||
CORS_ORIGINS: { from_secret: CORS_ORIGINS_PRD }
|
CORS_ORIGINS: { from_secret: CORS_ORIGINS }
|
||||||
JWT_SECRET: { from_secret: JWT_SECRET }
|
JWT_SECRET: { from_secret: JWT_SECRET }
|
||||||
MAX_UPLOAD_CAD_SIZE: { from_secret: MAX_UPLOAD_SIZE }
|
MAX_UPLOAD_CAD_SIZE: { from_secret: MAX_UPLOAD_SIZE }
|
||||||
PORT: { from_secret: PORT }
|
PORT: { from_secret: PORT }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue