Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlittman committed Sep 28, 2022
1 parent b0ef32b commit b019286
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ end
group :deployment do
gem 'capistrano-maintenance', '~> 1.2', require: false
gem 'capistrano-rails', require: false
gem 'dlss-capistrano-docker', github: 'sul-dlss/dlss-capistrano-docker', branch: 't2-rollback', require: false
gem 'dlss-capistrano-docker', require: false
end

gem 'action_policy', '~> 0.5.3'
Expand Down
16 changes: 5 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
GIT
remote: https://github.com/sul-dlss/dlss-capistrano-docker.git
revision: 6db0ad1335507359f32b6a40ce8cd56e8be42be9
branch: t2-rollback
specs:
dlss-capistrano-docker (1.0.0)
capistrano (~> 3.0)
capistrano-one_time_key
capistrano-shared_configs

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -182,6 +172,10 @@ GEM
declarative-option (< 0.2.0)
representable (>= 2.4.0, <= 3.1.0)
uber (< 0.2.0)
dlss-capistrano-docker (1.0.0)
capistrano (~> 3.0)
capistrano-one_time_key
capistrano-shared_configs
docile (1.4.0)
druid-tools (3.0.0)
dry-configurable (0.15.0)
Expand Down Expand Up @@ -555,7 +549,7 @@ DEPENDENCIES
cypress-rails
devise (~> 4.7)
devise-remote-user (~> 1.0)
dlss-capistrano-docker!
dlss-capistrano-docker
druid-tools
dry-types
edtf
Expand Down
2 changes: 1 addition & 1 deletion app/views/welcome/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>
<p class="fs-4">Long term preservation of scholarly works at Stanford</p>
<div class="text-center text-md-left way-down">
<h2>Go to the SDR Dashboard</h2>
<h2>Go to the xSDR Dashboard</h2>
<h3 class="mb-4">to create or manage deposits</h3>
<%= link_to dashboard_path, class: 'btn btn-primary btn-xl mb-3 mr-md-3' do %>
<span class="me-5">Enter here</span><span class="fa-solid fa-arrow-right ml-2" aria-hidden="true"></span>
Expand Down

0 comments on commit b019286

Please sign in to comment.