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:
|
||||
repo: caminsha/bt-backend
|
||||
context: ./backend
|
||||
dockerfile: ./backend/Dockerfile
|
||||
username:
|
||||
from_secret: DOCKER_USERNAME
|
||||
password:
|
||||
|
@ -26,6 +27,7 @@ steps:
|
|||
settings:
|
||||
repo: caminsha/bt-frontend
|
||||
context: ./frontend
|
||||
dockerfile: ./frontend/Dockerfile
|
||||
username:
|
||||
from_secret: DOCKER_USERNAME
|
||||
password:
|
||||
|
|
Loading…
Reference in a new issue