ajuste no drone
This commit is contained in:
parent
ead6ff24e9
commit
5e630191d6
1 changed files with 2 additions and 2 deletions
|
|
@ -50,10 +50,10 @@ steps:
|
|||
AWS_ENDPOINT: { from_secret: AWS_ENDPOINT }
|
||||
AWS_REGION: { from_secret: AWS_REGION }
|
||||
AWS_SECRET_ACCESS_KEY: { from_secret: AWS_SECRET_ACCESS_KEY }
|
||||
BACKEND_HOST: { from_secret: BACKEND_HOST_DEV }
|
||||
BACKEND_HOST_DEV: { from_secret: BACKEND_HOST }
|
||||
ENV: { from_secret: ENV_DEV }
|
||||
CORS_ORIGINS: { from_secret: CORS_ORIGINS }
|
||||
S3_BUCKET: { from_secret: S3_BUCKET_DEV }
|
||||
S3_BUCKET_DEV: { from_secret: S3_BUCKET }
|
||||
DATABASE_URL_DEV: { from_secret: DATABASE_URL }
|
||||
HARBOR_USER: { from_secret: HARBOR_USERNAME }
|
||||
HARBOR_PASS: { from_secret: HARBOR_PASSWORD }
|
||||
|
|
|
|||
Loading…
Reference in a new issue