diff --git a/devfile.yaml b/devfile.yaml new file mode 100644 index 0000000..86e4348 --- /dev/null +++ b/devfile.yaml @@ -0,0 +1,10 @@ +schemaVersion: 2.2.0 +metadata: + generateName: coffeeshop-app +projects: + - name: coffeeshop-app + git: + remotes: + origin: "https://github.com/aws-redhat-gameday/coffeeshop-app.git" + checkoutFrom: + revision: main