Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'prior-staging' into bonnie-prior
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotanchik-SB authored Sep 28, 2023
2 parents 64bb914 + b9020b1 commit 30f561a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# config valid only for Capistrano 3.1
lock '3.14.1'

set :application, 'bonnie'
set :repo_url, 'https://github.com/MeasureAuthoringTool/bonnie.git'
Expand Down
2 changes: 1 addition & 1 deletion config/deploy/local.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set :stage, :production

# Tell RVM to use the current ruby when running capistrano
set :rvm1_ruby_version, '2.4.5'
set :rvm1_ruby_version, '2.7.2'

# Set the branch to the currently checked out branch
set :branch, `git rev-parse --abbrev-ref HEAD`.chomp
Expand Down

0 comments on commit 30f561a

Please sign in to comment.