diff --git a/Procfile b/Procfile index 718d582..9c82374 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: bundle exec puma +web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb diff --git a/Procfile.dev b/Procfile.dev new file mode 100644 index 0000000..718d582 --- /dev/null +++ b/Procfile.dev @@ -0,0 +1 @@ +web: bundle exec puma -- libgit2 0.21.2