Commit b1c5747 1 parent d503b76 commit b1c5747 Copy full SHA for b1c5747
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 42
42
BRANCH = ENV . include? ( 'BRANCH' ) ? ENV [ 'BRANCH' ] : 'master'
43
43
set :branch , "#{ BRANCH } "
44
44
45
- set :deploy_to , "/srv/ontoportal/#{ fetch ( :application ) } "
46
45
# install gems into a common direcotry shared across ui, api and ncbo_cron to reduce disk usage
47
- set :bundle_path , '/srv /ontoportal/.bundle'
46
+ set :bundle_path , '/opt /ontoportal/.bundle'
48
47
49
48
#private git repo for configuraiton
50
49
#PRIVATE_CONFIG_REPO = ENV.include?('PRIVATE_CONFIG_REPO') ? ENV['PRIVATE_CONFIG_REPO'] : 'git@github.com:your_org/private-config-repo.git'
51
50
52
51
#location of configuration files
53
- LOCAL_CONFIG_PATH = ENV . include? ( 'LOCAL_CONFIG_PATH' ) ? ENV [ 'LOCAL_CONFIG_PATH' ] : '/srv /ontoportal/virtual_appliance/appliance_config'
52
+ LOCAL_CONFIG_PATH = ENV . include? ( 'LOCAL_CONFIG_PATH' ) ? ENV [ 'LOCAL_CONFIG_PATH' ] : '/opt /ontoportal/virtual_appliance/appliance_config'
You can’t perform that action at this time.
0 commit comments