Skip to content

Commit

Permalink
add deploy cmd
Browse files Browse the repository at this point in the history
Signed-off-by: Stephanie <[email protected]>
  • Loading branch information
yangcao77 committed Nov 5, 2021
1 parent 5135224 commit c9e7dc9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,17 @@ commands:
group:
kind: debug
isDefault: true
- id: build-image
apply:
component: outerloop-build
- id: deployk8s
apply:
component: outerloop-deploy
- id: deploy
composite:
commands:
- build-image
- deployk8s
group:
kind: deploy
isDefault: true

0 comments on commit c9e7dc9

Please sign in to comment.