Skip to content

Commit b1c5747

Browse files
committed
update paths
1 parent d503b76 commit b1c5747

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

config/deploy/appliance.rb

+2-3
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,11 @@
4242
BRANCH = ENV.include?('BRANCH') ? ENV['BRANCH'] : 'master'
4343
set :branch, "#{BRANCH}"
4444

45-
set :deploy_to, "/srv/ontoportal/#{fetch(:application)}"
4645
# 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'
4847

4948
#private git repo for configuraiton
5049
#PRIVATE_CONFIG_REPO = ENV.include?('PRIVATE_CONFIG_REPO') ? ENV['PRIVATE_CONFIG_REPO'] : 'git@github.com:your_org/private-config-repo.git'
5150

5251
#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'

0 commit comments

Comments
 (0)