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
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #140
This commit is contained in:
commit
8d5bf0f93b
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue