Skip to content

Commit

Permalink
Merge pull request #1 from concello-santiago-de-compostela/repo_confi…
Browse files Browse the repository at this point in the history
…guration

Configure repo and branch
  • Loading branch information
javierm committed Nov 4, 2020
2 parents ad16c0f + 67ce72c commit 84f9a71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def deploysecret(key)
set :db_server, deploysecret(:db_server)
set :ssh_options, port: deploysecret(:ssh_port)

set :repo_url, "https://github.com/consul/consul.git"
set :repo_url, "https://github.com/concello-santiago-de-compostela/consul.git"

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

Expand Down
2 changes: 1 addition & 1 deletion config/deploy/production.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set :branch, ENV["branch"] || :master
set :branch, ENV["branch"] || :stable

server deploysecret(:server1), user: deploysecret(:user), roles: %w[web app db importer cron background]
#server deploysecret(:server2), user: deploysecret(:user), roles: %w(web app db importer cron background)
Expand Down

0 comments on commit 84f9a71

Please sign in to comment.