diff --git a/bin/deploy b/bin/deploy index 570fe89..09fc8d0 100755 --- a/bin/deploy +++ b/bin/deploy @@ -13,7 +13,7 @@ yarn install rake assets:precompile RAILS_ENV=production bin/webpack cp config/server/unicorn /etc/default/unicorn -cp config/server/nginx /etc/nginx/sites-enabled/default +cp config/server/default /etc/nginx/sites-enabled/default chown -R rails /home/rails chgrp -R www-data /home/rails service unicorn restart