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
- name: create-bigbrother-database
image: node:latest
image: python:latest
commands:
- cd database/
- npm install
- node database/db-creation.js
- pip install
- python3 db-creation.py

Loading…
Cancel
Save