Skip to content

Commit

Permalink
Add configurable option for github org where code is deployed from
Browse files Browse the repository at this point in the history
  • Loading branch information
alexskr committed Nov 8, 2023
1 parent 6f737ca commit becc4dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

APP_PATH = '/srv/ontoportal'

set :author, 'ncbo'
set :application, 'ontologies_api'
set :repo_url, "https://github.com/ncbo/#{fetch(:application)}.git"
set :repo_url, "https://github.com/#{fetch(:author)}/#{fetch(:application)}.git"

set :deploy_via, :remote_cache

Expand Down

0 comments on commit becc4dc

Please sign in to comment.