Skip to content

Commit d23984c

Browse files
committed
add deploy cmd
Signed-off-by: Stephanie <yangcao@redhat.com>
1 parent 3d47d52 commit d23984c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

devfile.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,20 @@ commands:
6868
kind: debug
6969
isDefault: true
7070
workingDir: $PROJECTS_ROOT
71+
- id: build-image
72+
apply:
73+
component: outerloop-build
74+
- id: deployk8s
75+
apply:
76+
component: outerloop-deploy
77+
- id: deploy
78+
composite:
79+
commands:
80+
- build-image
81+
- deployk8s
82+
group:
83+
kind: deploy
84+
isDefault: true
7185
events:
7286
postStart:
7387
- init-compile

0 commit comments

Comments
 (0)