Skip to content

Commit

Permalink
Merge pull request #531 from sozialhelden/bugfix/correct-upload-symlink
Browse files Browse the repository at this point in the history
Correct upload symlink
  • Loading branch information
Andrew Hobden authored Jan 13, 2017
2 parents 6ef54cd + 96f9877 commit f97ad60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f97ad60

Please sign in to comment.