full_stack_twitter_clone/render.yaml

14 lines
336 B
YAML
Raw Normal View History

2022-09-06 15:45:55 +08:00
services:
- type: web
name: fswd-twitter-clone
env: ruby
buildCommand: "./bin/render-build.sh"
startCommand: "bundle exec puma -C config/puma.rb"
envVars:
- key: DATABASE_URL
fromDatabase:
name: lessons
property: connectionString
- key: RAILS_MASTER_KEY
sync: false