Changed repos and added context insted of Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
cami 2021-07-12 18:57:15 +02:00
parent 4266bb2723
commit 372de2498f

View file

@ -5,8 +5,8 @@ steps:
- name: backend - name: backend
image: plugins/docker image: plugins/docker
settings: settings:
repo: caminsha/behaviobio repo: caminsha/bt-backend
dockerfile: backend/Dockerfile context: backend
username: username:
from_secret: DOCKER_USERNAME from_secret: DOCKER_USERNAME
password: password:
@ -24,8 +24,8 @@ steps:
- name: frontend - name: frontend
image: plugins/docker image: plugins/docker
settings: settings:
repo: caminsha/behaviobio repo: caminsha/bt-frontend
dockerfile: frontend/Dockerfile context: frontend
username: username:
from_secret: DOCKER_USERNAME from_secret: DOCKER_USERNAME
password: password: