Fix deploy task
This commit is contained in:
parent
8f012e3731
commit
d75a53ffae
1 changed files with 4 additions and 0 deletions
|
@ -99,6 +99,7 @@ set :shared_paths, [
|
|||
'config/initializers/mailjet.rb',
|
||||
'config/initializers/storage_url.rb',
|
||||
'app/views/root/landing.html.haml',
|
||||
'app/views/layouts/_google_analytics.html',
|
||||
'app/views/cgu/index.html.haml'
|
||||
]
|
||||
|
||||
|
@ -143,6 +144,9 @@ task :setup => :environment do
|
|||
queue! %[mkdir -p "#{deploy_to}/shared/views/cgu"]
|
||||
queue! %[chmod g+rx,u+rwx "#{deploy_to}/shared/views/cgu"]
|
||||
|
||||
queue! %[mkdir -p "#{deploy_to}/shared/views/layouts"]
|
||||
queue! %[chmod g+rx,u+rwx "#{deploy_to}/shared/views/layouts"]
|
||||
|
||||
queue! %[mkdir -p "#{deploy_to}/shared/config/locales/dynamics"]
|
||||
queue! %[chmod g+rx,u+rwx "#{deploy_to}/shared/config/locales/dynamics"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue