update #142
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