Update some things. Default URL changed for VPS.

This commit is contained in:
2025-12-18 16:19:43 +00:00
parent 74f6dfa66d
commit cf44635c72
10 changed files with 635 additions and 613 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Function to check if we're in the correct directory
check_directory() {
@@ -45,7 +45,6 @@ if ! check_directory; then
fi
git pull
pnpm build
cd docker || exit 1
sudo podman compose down
sudo podman compose up -d