diff --git a/config/deploy.rb b/config/deploy.rb index dcbaf269d..1a8bce902 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -76,7 +76,7 @@ # We need to link the existing shared `/var/apps/wheelmap/public/system` folder # into the new release. - execute :ln, "-s", "#{deploy_path}/public/system/uploads", "#{release_path}/public/system" + execute :ln, "-s", "#{deploy_path}/public/system", "#{release_path}/public/" # We create this file so the consul health check will pass. We can't use an # existing file since they are all unpredictably named.