Update .drone.yml

main
Félix MIELCAREK 12 months ago committed by GitHub
parent baa066f706
commit 4fd2f6b3ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -12,13 +12,13 @@ steps:
COMMAND: create COMMAND: create
OVERWRITE: false OVERWRITE: false
PRIVATE: true PRIVATE: true
CODEFIRST_CLIENTDRONE_ENV_PG_ROOT_PASSWORD: CODEFIRST_CLIENTDRONE_ENV_POSTGRES_ROOT_PASSWORD:
from_secret: db_root_password from_secret: db_root_password
CODEFIRST_CLIENTDRONE_ENV_PG_DATABASE: CODEFIRST_CLIENTDRONE_ENV_POSTGRES_DATABASE:
from_secret: db_database from_secret: db_database
CODEFIRST_CLIENTDRONE_ENV_PG_USER: CODEFIRST_CLIENTDRONE_ENV_POSTGRES_USER:
from_secret: db_user from_secret: db_user
CODEFIRST_CLIENTDRONE_ENV_PG_PASSWORD: CODEFIRST_CLIENTDRONE_ENV_POSTGRES_PASSWORD:
from_secret: db_password from_secret: db_password
- name: create-bigbrother-database - name: create-bigbrother-database

Loading…
Cancel
Save