Merge pull request 'Update context' (#141) from cicd2 into main
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #141
This commit is contained in:
commit
9475e61246
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ steps:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: caminsha/bt-backend
|
repo: caminsha/bt-backend
|
||||||
context: backend
|
context: ./backend
|
||||||
username:
|
username:
|
||||||
from_secret: DOCKER_USERNAME
|
from_secret: DOCKER_USERNAME
|
||||||
password:
|
password:
|
||||||
|
@ -25,7 +25,7 @@ steps:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: caminsha/bt-frontend
|
repo: caminsha/bt-frontend
|
||||||
context: frontend
|
context: ./frontend
|
||||||
username:
|
username:
|
||||||
from_secret: DOCKER_USERNAME
|
from_secret: DOCKER_USERNAME
|
||||||
password:
|
password:
|
||||||
|
|
Loading…
Reference in a new issue