Skip to content

Commit

Permalink
fixing render build file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikechavo committed Jul 22, 2024
1 parent 2e2f322 commit 91afc5c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions bin/render-build.sh
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
#!/bin/sh
set -o errexit
set -o nounset
set -o pipefail

# Install gems
bundle install

# Precompile assets
bundle exec rake assets:precompile

# Clean up old assets
bundle exec rake assets:clean

# Run database migrations
bundle exec rake db:migrate

# Optionally, you might want to clear old logs
# bundle exec rake log:clear

0 comments on commit 91afc5c

Please sign in to comment.