Merge branch 'develop' into develop_v2
# Conflicts: # Gemfile.lock # db/schema.rb
This commit is contained in:
commit
647eaa4ba8
34 changed files with 509 additions and 122 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
Add a link
Reference in a new issue