Attempt to start build from the postgres Node container.

pull/14/head
Sander Vocke 5 years ago
parent 0d400bedd7
commit d91ca7b5ba
  1. 2
      .drone.yml

@ -4,7 +4,7 @@ name: back-end
steps: steps:
- name: install dependencies - name: install dependencies
image: node image: sandervocke/postgres_node:12
commands: commands:
- npm install - npm install
- cd server && npm install; cd .. - cd server && npm install; cd ..

Loading…
Cancel
Save