Skip to content

Commit

Permalink
chore: Add .qovery.yml file to deploy app with Qovery 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Qovery committed Mar 31, 2021
1 parent 0ac76be commit b54cd2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .qovery.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
application:
name: "nodejs-postgresql"
project: "test1"
name: "nodejs-posgresql"
project: "Quotes"
organization: "QoveryCommunity"
databases:
- type: "POSTGRESQL"
name: "quotes"
version: "11"
version: "12"
routers:
- name: "main-nodejs-postgresql"
- name: "main-nodejs-posgresql"
routes:
- application_name: "nodejs-postgresql"
- application_name: "nodejs-posgresql"
paths:
- "/*"

0 comments on commit b54cd2e

Please sign in to comment.