We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d47d52 commit d23984cCopy full SHA for d23984c
1 file changed
devfile.yaml
@@ -68,6 +68,20 @@ commands:
68
kind: debug
69
isDefault: true
70
workingDir: $PROJECTS_ROOT
71
+ - id: build-image
72
+ apply:
73
+ component: outerloop-build
74
+ - id: deployk8s
75
76
+ component: outerloop-deploy
77
+ - id: deploy
78
+ composite:
79
+ commands:
80
+ - build-image
81
+ - deployk8s
82
+ group:
83
+ kind: deploy
84
+ isDefault: true
85
events:
86
postStart:
87
- init-compile
0 commit comments