Skip to content

Commit

Permalink
make PRIVATE_CONFIG_REPO default example use https with github PAT token
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed May 23, 2023
1 parent 413ff18 commit 8f90620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@
proxy: Net::SSH::Proxy::Command.new("ssh #{JUMPBOX_PROXY} -W %h:%p")
}

#private git repo for configuraiton
PRIVATE_CONFIG_REPO = ENV.include?('PRIVATE_CONFIG_REPO') ? ENV['PRIVATE_CONFIG_REPO'] : 'https://[email protected]/your_organization/ontoportal-configs.git'
desc "Check if agent forwarding is working"
task :forwarding do
on roles(:all) do |h|
Expand Down

0 comments on commit 8f90620

Please sign in to comment.