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 Jun 20, 2021
1 parent 45dbe50 commit 21283da
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .qovery.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
application:
name: "filerenamebot"
project: "renamebot"
organization: "QoveryCommunity"
databases:
- type: "MYSQL"
name: "renamebotsj"
version: "8.0"
routers:
- name: "main-filerenamebot"
routes:
- application_name: "filerenamebot"
paths:
- "/*"

0 comments on commit 21283da

Please sign in to comment.