diff --git a/.drone.yml b/.drone.yml index d0e4c07..810ae96 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,9 +21,9 @@ steps: CODEFIRST_CLIENTDRONE_ENV_PG_PASSWORD: from_secret: db_password -#- name: create-bigbrother-database -# image: node:latest -# commands: -# - node database/db-creation.js - - + - name: create-bigbrother-database + image: node:latest + commands: + - cd database/ + - npm install + - node database/db-creation.js