Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

render.yml add #29

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@
# .gitignore
node_modules/
.vercel
.env

11 changes: 11 additions & 0 deletions render.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
services:
- type: web
name: dream-rent-api
env: ruby
buildCommand: |
curl -sSL https://get.rvm.io | bash -s stable --ruby
source /usr/local/rvm/scripts/rvm
rvm install 3.3.3
gem install bundler
bundle install
startCommand: bundle exec puma -C config/puma.rb
Loading