Merge pull request 'added things' (#138) from cicd/1 into main
Reviewed-on: #138
This commit is contained in:
commit
23e7cb328d
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,8 @@ kind: pipeline
|
|||
name: backend
|
||||
|
||||
steps:
|
||||
workspace:
|
||||
path: /backend
|
||||
- name: backend
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
@ -21,6 +23,8 @@ kind: pipeline
|
|||
name: frontend
|
||||
|
||||
steps:
|
||||
workspace:
|
||||
path: /frontend
|
||||
- name: frontend
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue