Skip to content

Commit

Permalink
Update render.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloboth authored Feb 10, 2024
1 parent d160d3b commit 3dbac8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
databases:
- name: postgres
- name: finance-prod-db
plan: starter
ipAllowList: []

services:
- type: web
name: rails
name: finance-app
env: ruby
plan: starter
buildCommand: "./bin/render-build.sh"
startCommand: "bundle exec puma -C config/puma.rb"
envVars:
- key: DATABASE_URL
fromDatabase:
name: postgres
name: finance-prod-db
property: connectionString
- key: RAILS_MASTER_KEY
sync: false
Expand Down

0 comments on commit 3dbac8b

Please sign in to comment.