Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #241 from loic425/fix/capistrano
Browse files Browse the repository at this point in the history
Fix capistrano media directory
  • Loading branch information
loic425 authored Jan 6, 2020
2 parents 0cce4e6 + d4f86e8 commit 7335095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/capistrano/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
set :pty, true

append :linked_files, fetch(:web_path) + '/robots.txt'
append :linked_dirs, fetch(:web_path) + '/uploads', fetch(:web_path) + '/media'
append :linked_dirs, fetch(:web_path) + '/media'

set :file_permissions_paths, ["var", "public/uploads"]
set :file_permissions_paths, ["var", "public/media"]
set :file_permissions_users, ["app_name"]

set :permission_method, :acl
Expand Down

0 comments on commit 7335095

Please sign in to comment.