configure base path /tpf/ for subdirectory deployment, increase workbox cache limit
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3,9 +3,9 @@ set -euo pipefail
|
||||
|
||||
# Description: Build and deploy TherapyFinder to Uberspace static hosting
|
||||
# Usage: ./scripts/deploy.sh <ssh-host>
|
||||
# Example: ./scripts/deploy.sh felixfoertsch@andromeda.uberspace.de
|
||||
# Example: ./scripts/deploy.sh serve
|
||||
|
||||
HOST="${1:?Usage: ./scripts/deploy.sh <ssh-host>}"
|
||||
HOST="${1:-serve}"
|
||||
USER="$(ssh "$HOST" whoami)"
|
||||
REMOTE_DIR="/var/www/virtual/${USER}/html/tpf"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user