File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ function update_script() {
3838 create_backup /opt/passwordpusher/storage /opt/passwordpusher/.env.production
3939
4040 CLEAN_INSTALL=1 fetch_and_deploy_gh_release " passwordpusher" " pglombardo/PasswordPusher" " tarball"
41+ RUBY_VERSION=" $( cat /opt/passwordpusher/.ruby-version) " RUBY_INSTALL_RAILS=" false" setup_ruby
4142
4243 msg_info " Installing Gem Dependencies"
4344 cd /opt/passwordpusher
Original file line number Diff line number Diff line change @@ -22,12 +22,13 @@ $STD apt install -y \
2222 pkg-config
2323msg_ok " Installed Dependencies"
2424
25- RUBY_VERSION=" 4.0.5" RUBY_INSTALL_RAILS=" false" setup_ruby
2625NODE_VERSION=" 22" NODE_MODULE=" yarn" setup_nodejs
27- export PATH=" $HOME /.rbenv/shims:$HOME /.rbenv/bin:$PATH "
2826
2927fetch_and_deploy_gh_release " passwordpusher" " pglombardo/PasswordPusher" " tarball"
3028
29+ RUBY_VERSION=" $( cat /opt/passwordpusher/.ruby-version) " RUBY_INSTALL_RAILS=" false" setup_ruby
30+ export PATH=" $HOME /.rbenv/shims:$HOME /.rbenv/bin:$PATH "
31+
3132msg_info " Installing Gem Dependencies"
3233cd /opt/passwordpusher
3334$STD bundle config set --local without ' development test'
You can’t perform that action at this time.
0 commit comments