Merge pull request 'update' (#142) from cicd2 into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #142
This commit is contained in:
commit
a065ce33c8
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
repo: caminsha/bt-backend
|
repo: caminsha/bt-backend
|
||||||
context: ./backend
|
context: ./backend
|
||||||
|
dockerfile: ./backend/Dockerfile
|
||||||
username:
|
username:
|
||||||
from_secret: DOCKER_USERNAME
|
from_secret: DOCKER_USERNAME
|
||||||
password:
|
password:
|
||||||
|
@ -26,6 +27,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
repo: caminsha/bt-frontend
|
repo: caminsha/bt-frontend
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
|
dockerfile: ./frontend/Dockerfile
|
||||||
username:
|
username:
|
||||||
from_secret: DOCKER_USERNAME
|
from_secret: DOCKER_USERNAME
|
||||||
password:
|
password:
|
||||||
|
|
Loading…
Reference in a new issue