Skip to content

Commit

Permalink
Fixed render-build.sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
yatish27 committed Jan 27, 2025
1 parent 76bb293 commit 91b8263
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bin/render-build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env bash
# exit on error
set -o errexit

bundle install
bundle exec rails assets:precompile
bundle exec rails assets:clean

# If you're using a Free instance type, you need to
# perform database migrations in the build command.
# Uncomment the following line:

bundle exec rails db:migrate

0 comments on commit 91b8263

Please sign in to comment.