diff options
author | Qovery <support@qovery.com> | 2021-03-24 20:40:24 +0000 |
---|---|---|
committer | Qovery <support@qovery.com> | 2021-03-24 20:40:24 +0000 |
commit | f93917301f3f027950578ac4e1edd778f560e226 (patch) | |
tree | 18e23a874a06f11b09ce3f4aca40556cb796430f | |
parent | f1ff95bb3d84f6bcc4ce20682831609a3446e7b9 (diff) |
chore: Add .qovery.yml file to deploy app with Qovery 🚀
-rw-r--r-- | .qovery.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.qovery.yml b/.qovery.yml new file mode 100644 index 0000000..595c9a0 --- /dev/null +++ b/.qovery.yml @@ -0,0 +1,15 @@ +--- +application: + name: "gico-api" + project: "gico" + organization: "QoveryCommunity" +databases: +- type: "POSTGRESQL" + name: "gico-api-pg-db" + version: "12" +routers: +- name: "main-gico-api" + routes: + - application_name: "gico-api" + paths: + - "/*" |