Skip to content

Commit

Permalink
add render build script
Browse files Browse the repository at this point in the history
  • Loading branch information
anas599 committed May 25, 2023
1 parent 7689a07 commit 7b607dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/render-build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
# exit on error
set -o errexit

bundle install
bundle exec rake assets:precompile
bundle exec rake assets:clean
bundle exec rake db:migrate

0 comments on commit 7b607dc

Please sign in to comment.