diff --git a/ct/maybefinance.sh b/ct/maybefinance.sh index eb07f913..fd613baa 100644 --- a/ct/maybefinance.sh +++ b/ct/maybefinance.sh @@ -49,7 +49,7 @@ function update_script() { $STD ./bin/bundle install $STD ./bin/bundle exec bootsnap precompile --gemfile -j 0 $STD ./bin/bundle exec bootsnap precompile -j 0 app/ lib/ - $STD SECRET_KEY_BASE_DUMMY=1 ./bin/rails assets:precompile + SECRET_KEY_BASE_DUMMY=1 $STD ./bin/rails assets:precompile $STD dotenv -f ./.env ./bin/rails db:prepare msg_ok "Updated $APP to v${RELEASE}" diff --git a/install/maybefinance-install.sh b/install/maybefinance-install.sh index c7287d4e..ffaf0496 100644 --- a/install/maybefinance-install.sh +++ b/install/maybefinance-install.sh @@ -74,7 +74,7 @@ RAILS_ASSUME_SSL=false' \ $STD ./bin/bundle install $STD ./bin/bundle exec bootsnap precompile --gemfile -j 0 $STD ./bin/bundle exec bootsnap precompile -j 0 app/ lib/ -$STD SECRET_KEY_BASE_DUMMY=1 ./bin/rails assets:precompile +SECRET_KEY_BASE_DUMMY=1 $STD ./bin/rails assets:precompile $STD dotenv -f ./.env ./bin/rails db:prepare echo "${RELEASE}" >/opt/maybe_version.txt msg_ok "Installed ${APPLICATION}"