Skip to content

Commit

Permalink
add render yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anas599 committed May 25, 2023
1 parent 9dbaefd commit ec04c5c
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: mysite
databaseName: mysite
user: mysite

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

0 comments on commit ec04c5c

Please sign in to comment.