From f93917301f3f027950578ac4e1edd778f560e226 Mon Sep 17 00:00:00 2001 From: Qovery Date: Wed, 24 Mar 2021 20:40:24 +0000 Subject: chore: Add .qovery.yml file to deploy app with Qovery 🚀 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .qovery.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .qovery.yml 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: + - "/*" -- cgit v1.2.3-18-g5258