Skip to content

Commit

Permalink
Merge pull request #780 from sul-dlss/jcoyne-patch-1
Browse files Browse the repository at this point in the history
Remove unnecessary line in deploy config
  • Loading branch information
corylown authored Aug 27, 2024
2 parents 3afa7ac + 8202786 commit fa0995f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
set :repo_url, 'https://github.com/sul-dlss/stanford-arclight.git'

# Default branch is :master so we need to update to main
ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }.call unless ENV['DEPLOY']
if ENV['DEPLOY']
set :branch, 'main'
else
Expand Down

0 comments on commit fa0995f

Please sign in to comment.