This commit is contained in:
CanbiZ (MickLesk)
2026-05-30 17:42:55 +02:00
committed by GitHub
parent 350c8c7065
commit e5adfdd981

View File

@@ -17,7 +17,6 @@ msg_info "Installing Dependencies"
$STD apt install -y \ $STD apt install -y \
build-essential \ build-essential \
git \ git \
python3 \
ripgrep ripgrep
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
@@ -61,7 +60,7 @@ EOF
msg_ok "Configured Paperclip" msg_ok "Configured Paperclip"
msg_info "Running Database Migrations" msg_info "Running Database Migrations"
set -a && source /opt/paperclip/.env && set +a set -a && source /opt/paperclip-ai/.env && set +a
$STD pnpm db:migrate $STD pnpm db:migrate
msg_ok "Ran Database Migrations" msg_ok "Ran Database Migrations"