From 632880a68098f2f0fd74a0a7046fcd5dda6fb45a Mon Sep 17 00:00:00 2001 From: Dylan Jones Date: Mon, 18 Aug 2025 22:09:15 +0100 Subject: [PATCH] Fix typo --- bin/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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