Update .drone.yml

main
Félix MIELCAREK 12 months ago committed by GitHub
parent 93a123f00e
commit 327ca2136c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,8 +22,8 @@ steps:
from_secret: db_password from_secret: db_password
- name: create-bigbrother-database - name: create-bigbrother-database
image: node:latest image: python:latest
commands: commands:
- cd database/ - cd database/
- npm install - pip install
- node database/db-creation.js - python3 db-creation.py

Loading…
Cancel
Save