fix(passwordpusher): dynamically read Ruby version in CT update_script too

This commit is contained in:
copilot-swe-agent[bot]
2026-08-03 19:24:04 +00:00
committed by GitHub
parent 12d40e309f
commit 3b2b0c6440
+1
View File
@@ -38,6 +38,7 @@ function update_script() {
create_backup /opt/passwordpusher/storage /opt/passwordpusher/.env.production
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "passwordpusher" "pglombardo/PasswordPusher" "tarball"
RUBY_VERSION="$(cat /opt/passwordpusher/.ruby-version)" RUBY_INSTALL_RAILS="false" setup_ruby
msg_info "Installing Gem Dependencies"
cd /opt/passwordpusher