migrate deploy.sh to mise file task
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
#MISE description="Build and deploy frontend + backend to Uberspace"
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
eval "$(mise activate bash)"
|
|
||||||
|
|
||||||
UBERSPACE_HOST="${UBERSPACE_HOST:-serve}"
|
UBERSPACE_HOST="${UBERSPACE_HOST:-serve}"
|
||||||
REMOTE_HTML_DIR="~/www/html/whattoplay"
|
REMOTE_HTML_DIR="~/www/html/whattoplay"
|
||||||
REMOTE_SERVICE_DIR="~/services/whattoplay"
|
REMOTE_SERVICE_DIR="~/services/whattoplay"
|
||||||
Reference in New Issue
Block a user