Skip to content

Commit

Permalink
try production
Browse files Browse the repository at this point in the history
  • Loading branch information
mickamy committed Jan 3, 2024
1 parent 10f16a7 commit 2268deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function run_ruby() {
cd "/home/ishocon/webapp/$app_lang"
sudo rm -rf /tmp/unicorn.pid
make_tmp_file
unicorn -c unicorn_config.rb
unicorn -c unicorn_config.rb -E production
}

function run_python() {
Expand Down

0 comments on commit 2268deb

Please sign in to comment.