F5 Test changes
This commit is contained in:
+2
-1
@@ -16,6 +16,7 @@ set :deploy_via, :remote_cache
|
||||
set :branch, :master
|
||||
set :user, 'root'
|
||||
set :deploy_to, '/var/www/mozo.bar'
|
||||
set :bundle_without, %w[development test assets].join(' ')
|
||||
# Default value for :scm is :git
|
||||
# set :scm, :git
|
||||
|
||||
@@ -105,7 +106,7 @@ namespace :deploy do
|
||||
#end
|
||||
#end
|
||||
rsync_host = host
|
||||
run_locally { execute "rsync -av --delete ./public/assets/ #{fetch(:user)}@#{rsync_host}:#{shared_path}/public/assets/" }
|
||||
run_locally { execute "rsync -av --delete --ignore-times ./public/assets/ #{fetch(:user)}@#{rsync_host}:#{shared_path}/public/assets/" }
|
||||
#run_locally { execute "rsync -av ./public/assets/ #{fetch(:user)}@#{rsync_host}:#{shared_path}/public/assets/" }
|
||||
execute :chown, "-R www-data:www-data", shared_path.join('public/assets/')
|
||||
|
||||
|
||||
@@ -107,6 +107,7 @@ en:
|
||||
reload_application: Reload application
|
||||
about:
|
||||
title: About Mozo
|
||||
version: Version
|
||||
body: |
|
||||
Mozo is an app that allows you to simply order products using your phone.<br>
|
||||
The process is as follows:
|
||||
|
||||
@@ -107,6 +107,7 @@ nl:
|
||||
reload_application: Applicatie herstarten
|
||||
about:
|
||||
title: Over Mozo
|
||||
version: Versie
|
||||
body: |
|
||||
Mozo is een app waarme je producten kan bestellen met je telefoon.<br>
|
||||
Het proces is als volgt:
|
||||
|
||||
Reference in New Issue
Block a user