diff options
author | Qovery <support@qovery.com> | 2021-04-05 16:42:41 +0000 |
---|---|---|
committer | Qovery <support@qovery.com> | 2021-04-05 16:42:41 +0000 |
commit | 1e23def5fa27665a2cf807dbacaa2d12bc80baa5 (patch) | |
tree | a7c452448ce12e752736147781b9b5b350e90869 | |
parent | c2d2c2ee919c2af729a3b7e98a02fc580ec6e99a (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..7b04700 --- /dev/null +++ b/.qovery.yml @@ -0,0 +1,11 @@ +--- +application: + name: "client" + project: "gico" + organization: "QoveryCommunity" +routers: +- name: "main-client" + routes: + - application_name: "client" + paths: + - "/*" |