mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Better views for bank statements
This commit is contained in:
parent
3398bcd845
commit
d61ea17fea
9 changed files with 85 additions and 16 deletions
|
@ -97,7 +97,8 @@ set :shared_paths, [
|
|||
'config/initializers/current_commit_hash.rb',
|
||||
'log',
|
||||
'public/system',
|
||||
'export/zonefiles'
|
||||
'export/zonefiles',
|
||||
'import/bank_statements'
|
||||
]
|
||||
|
||||
# Optional settings:
|
||||
|
@ -133,6 +134,9 @@ task setup: :environment do
|
|||
queue! %(mkdir -p "#{deploy_to}/shared/export/zonefiles")
|
||||
queue! %(chmod g+rx,u+rwx "#{deploy_to}/shared/export/zonefiles")
|
||||
|
||||
queue! %(mkdir -p "#{deploy_to}/shared/import/bank_statements")
|
||||
queue! %(chmod g+rx,u+rwx "#{deploy_to}/shared/import/bank_statements")
|
||||
|
||||
queue! %(touch "#{deploy_to}/shared/config/database.yml")
|
||||
deploy do
|
||||
invoke :'git:clone'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue