diff options
author | Qovery <support@qovery.com> | 2021-03-24 21:23:06 +0000 |
---|---|---|
committer | Qovery <support@qovery.com> | 2021-03-24 21:23:06 +0000 |
commit | 17e3b55fe3c2259b647f10552069e28b819a5a38 (patch) | |
tree | 6efb597008b77808c3d31d4df0e1703c76a6a73f | |
parent | cfce2231ec31c8c87273c14ae77c90c47f9b4d69 (diff) |
chore: Add .qovery.yml file to deploy app with Qovery 🚀
-rw-r--r-- | .qovery.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.qovery.yml b/.qovery.yml new file mode 100644 index 0000000..373a6d4 --- /dev/null +++ b/.qovery.yml @@ -0,0 +1,11 @@ +--- +application: + name: "gico-web" + project: "gico" + organization: "QoveryCommunity" +routers: +- name: "main-gico-web" + routes: + - application_name: "gico-web" + paths: + - "/*" |