Skip to content

Commit c9e7dc9

Browse files
committed
add deploy cmd
Signed-off-by: Stephanie <[email protected]>
1 parent 5135224 commit c9e7dc9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

devfile.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,17 @@ commands:
6363
group:
6464
kind: debug
6565
isDefault: true
66+
- id: build-image
67+
apply:
68+
component: outerloop-build
69+
- id: deployk8s
70+
apply:
71+
component: outerloop-deploy
72+
- id: deploy
73+
composite:
74+
commands:
75+
- build-image
76+
- deployk8s
77+
group:
78+
kind: deploy
79+
isDefault: true

0 commit comments

Comments
 (0)