Trying Render buildCommand

This commit is contained in:
Ryan W
2023-09-30 21:27:33 -07:00
parent 5b576dbc16
commit 36054a37d3
2 changed files with 7 additions and 5 deletions
+6 -4
View File
@@ -2,7 +2,9 @@
# exit on error
set -o errexit
bundle install
bundle exec rake assets:precompile
bundle exec rake assets:clean
bundle exec rake db:migrate
echo "render build"
# bundle install
# bundle exec rake assets:precompile
# bundle exec rake assets:clean
# bundle exec rake db:migrate
+1 -1
View File
@@ -13,7 +13,7 @@ services:
region: oregon
branch: main
plan: free
# buildCommand: "./bin/render-build.sh"
buildCommand: "./bin/render-build.sh"
dockerCommand: "bundle exec puma -C config/puma.rb"
numInstances: 1
healthCheckPath: /up