Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Commonwell
/
broker-site
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d5530b34
authored
2023-11-30 10:08:56 -0500
by
Jeremy Groot
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated deploy branches
1 parent
ef8f7b9f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
config/deploy.rb
config/deploy/staging.rb
config/deploy.rb
View file @
d5530b3
set
:application
,
'commonwell-broker'
set
:application
,
'commonwell-broker
-new
'
set
:repo_url
,
'git@git.gotenzing.com:commonwell/broker-site.git'
# Branch options
...
...
@@ -7,7 +7,7 @@ set :repo_url, 'git@git.gotenzing.com:commonwell/broker-site.git'
# Hardcodes branch to always be master
# This could be overridden in a stage config file
set
:branch
,
:
master
set
:branch
,
:
redesign
set
:keep_releases
,
2
...
...
config/deploy/staging.rb
View file @
d5530b3
set
:application
,
'commonwell-broker-
staging
'
set
:application
,
'commonwell-broker-
new
'
set
:stage
,
:staging
set
:branch
,
"redesign"
...
...
Please
register
or
sign in
to post a comment