Fix fetch method (#10608)

This commit is contained in:
Slaviša Arežina 2026-01-07 08:49:12 +01:00 committed by GitHub
parent d056a0877a
commit e4c382e42c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
71 changed files with 71 additions and 71 deletions

View file

@ -23,7 +23,7 @@ NODE_VERSION="22" NODE_MODULE="pnpm@$(curl -s https://raw.githubusercontent.com/
PG_VERSION="16" setup_postgresql
PG_DB_NAME="docmost_db" PG_DB_USER="docmost_user" setup_postgresql_db
import_local_ip
fetch_and_deploy_gh_release "docmost" "docmost/docmost"
fetch_and_deploy_gh_release "docmost" "docmost/docmost" "tarball"
msg_info "Configuring Docmost (Patience)"
cd /opt/docmost