From 8b8b19e892b34eae0fc55197f28fb216304498e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= <94568134+felixmielcarek@users.noreply.github.com> Date: Wed, 15 May 2024 14:55:39 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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