Skip to content

Commit

Permalink
Merge pull request 'Update deployment configuration' (#23) from updat…
Browse files Browse the repository at this point in the history
…e_repository_for_deployments into master

Reviewed-on: https://git.nubarron.teide.int/shs-consul/cabildoabierto-consul/pulls/23
  • Loading branch information
ConsulBot committed Jun 5, 2023
2 parents 3749746 + dcbdbfb commit 9c5eb49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ def deploysecret(key)
set :rails_env, fetch(:stage)
set :rvm1_map_bins, -> { fetch(:rvm_map_bins).to_a.concat(%w[rake gem bundle ruby]).uniq }

set :application, "consul"
set :application, "Cabildo_Abierto"
set :deploy_to, deploysecret(:deploy_to)
set :ssh_options, port: deploysecret(:ssh_port)

set :repo_url, "https://git.nubarron.teide.int/ENREDA_SCA/cabildoabierto-consul.git"
set :repo_url, "https://git.nubarron.teide.int/shs-consul/cabildoabierto-consul.git"

set :revision, `git rev-parse --short #{fetch(:branch)}`.strip

Expand Down

0 comments on commit 9c5eb49

Please sign in to comment.