Render build

This commit is contained in:
Ryan W
2022-09-10 15:55:16 -07:00
parent a8a27e5f01
commit d29cf694a1
3 changed files with 10 additions and 3 deletions
+8
View File
@@ -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