Commit 59182336 authored by nazarf's avatar nazarf

set configure

git-svn-id: https://svn.sp-service.com.ua/svnroot/svn/node-stats/branches/nazar_trunk@7 320591d9-fe85-4a77-9bad-1a723db14d60
parent b8391435
......@@ -7,7 +7,7 @@ default: &default
development:
<<: *default
database: node_stats
database: nazar_node_stats
username: devuser
password: devpassword
......@@ -19,6 +19,6 @@ test:
production:
<<: *default
database: node_stats
database: nazar_node_stats
username: spserviceuser
password: spservicepassword
# config valid only for current version of Capistrano
lock '3.11.0'
lock '3.7.2'
# DEPLOY
set :application, 'node-statistic'
set :application, 'nazar_node-statistic'
# set :deploy_to, '/var/www/amaox' # Default deploy_to directory is /var/www/my_app_name
set :repo_url, 'https://svn.sp-service.com.ua/svnroot/svn/node-stats/trunk'
set :repo_url, 'https://svn.sp-service.com.ua/svnroot/svn/node-stats/branches/nazar_trunk'
# set :format, :pretty # Default value for :format is :pretty
# set :log_level, :debug # Default value for :log_level is :debug
# set :pty, true # Default value for :pty is false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment