Skip to content

Commit

Permalink
for render
Browse files Browse the repository at this point in the history
  • Loading branch information
mykovasyl committed Apr 3, 2023
1 parent 9f977ac commit ee11e23
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
databases:
- name: booka
databaseName: booka_recipes
user: booka_recipes_user

services:
- type: web
name: booka
env: ruby
buildCommand: "./bin/render-build.sh"
startCommand: "bundle exec puma -C config/puma.rb"
envVars:
- key: DATABASE_URL
fromDatabase:
name: booka
property: connectionString
- key: RAILS_MASTER_KEY
sync: false

0 comments on commit ee11e23

Please sign in to comment.