This commit is contained in:
CanbiZ (MickLesk)
2026-02-17 11:25:01 +01:00
parent dc8d48128c
commit c0f768e188
2 changed files with 3 additions and 5 deletions

View File

@@ -48,6 +48,7 @@ function update_script() {
git pull origin main
$STD bundle install --deployment --without test development
$STD yarn install
$STD runuser -u postgres -- psql -d discourse -c "CREATE EXTENSION IF NOT EXISTS vector;"
$STD bundle exec rails assets:precompile
$STD bundle exec rails db:migrate
msg_ok "Updated Discourse"