From c9e7dc9ca36e2fd03673d6b11a0fc58bf1660bf3 Mon Sep 17 00:00:00 2001 From: Stephanie Date: Fri, 5 Nov 2021 11:22:03 -0400 Subject: [PATCH] add deploy cmd Signed-off-by: Stephanie --- devfile.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/devfile.yaml b/devfile.yaml index 56eb24602..1a9e1c319 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 \ No newline at end of file