Compare commits

..

2 commits

Author SHA1 Message Date
8d5bf0f93b Merge pull request 'Changed repos and added context insted of Dockerfile' (#140) from cicd/1 into main
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #140
2021-07-12 17:00:07 +00:00
372de2498f 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
2021-07-12 18:57:15 +02:00

View file

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