Skip to content

Commit

Permalink
Test render
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Oct 12, 2023
1 parent 2d97e95 commit 6ab6bb9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/render-build.sh
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
# exit on error
set -o errexit

bundle install
bundle exec rake assets:precompile assets:clean db:migrate
8 changes: 8 additions & 0 deletions render.yaml
@@ -0,0 +1,8 @@
services:
- type: web
name: simple-form-boostrap
runtime: ruby
buildCommand: "./bin/render-build.sh"
startCommand: "bundle exec puma -C config/puma.rb"
# envVars:
# - key: DATABASE_URL

0 comments on commit 6ab6bb9

Please sign in to comment.