diff --git a/ct/maybefinance.sh b/ct/maybefinance.sh index d6a7b8d0..10ddfcd3 100644 --- a/ct/maybefinance.sh +++ b/ct/maybefinance.sh @@ -45,6 +45,7 @@ function update_script() { unzip -q /tmp/v"$RELEASE".zip mv maybe-"$RELEASE" /opt/maybe cd /opt/maybe + r, ./config/credentials.yml.enc source ~/.profile $STD ./bin/bundle install $STD ./bin/bundle exec bootsnap precompile --gemfile -j 0 diff --git a/install/maybefinance-install.sh b/install/maybefinance-install.sh index 696ef7c2..ad702645 100644 --- a/install/maybefinance-install.sh +++ b/install/maybefinance-install.sh @@ -71,6 +71,7 @@ REDIS_URL=http://127.0.0.1:6379' \ RAILS_FORCE_SSL=false\ RAILS_ASSUME_SSL=false' \ ./.env +rm -f ./config/credentials.yml.enc $STD ./bin/bundle install $STD ./bin/bundle exec bootsnap precompile --gemfile -j 0 $STD ./bin/bundle exec bootsnap precompile -j 0 app/ lib/