diff --git a/devfile.yaml b/devfile.yaml index 56eb2460..6e200c00 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -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