Commita64d7caunknown_key
Merge pull request #95 from ccantynz-alt/claude/site-migration-vercel-XstpK
Merge pull request #95 from ccantynz-alt/claude/site-migration-vercel-XstpK deploy: point auto-update + deploy scripts at main branch
2 files changed+3−3a64d7ca9ba3931ea2f0e8fb783cd8fb07d10d74e
2 changed files+3−3
Modifiedscripts/auto-update.sh+1−1View fileUnifiedSplit
@@ -8,7 +8,7 @@
88set -euo pipefail
99
1010REPO_DIR="/opt/gluecron"
11BRANCH="claude/site-migration-vercel-XstpK"
11BRANCH="main"
1212COMPOSE="docker compose -f docker-compose.standalone.yml"
1313
1414cd "$REPO_DIR"
Modifiedscripts/standalone-deploy.sh+2−2View fileUnifiedSplit
@@ -4,7 +4,7 @@
44# Brings up Gluecron + Postgres(pgvector) + Caddy(auto-HTTPS) with one command.
55#
66# Usage (as root on a fresh Ubuntu box):
7# curl -fsSL https://raw.githubusercontent.com/ccantynz-alt/Gluecron.com/claude/site-migration-vercel-XstpK/scripts/standalone-deploy.sh | bash
7# curl -fsSL https://raw.githubusercontent.com/ccantynz-alt/Gluecron.com/main/scripts/standalone-deploy.sh | bash
88# or, after cloning:
99# bash scripts/standalone-deploy.sh
1010#
@@ -13,7 +13,7 @@
1313set -euo pipefail
1414
1515REPO_URL="https://github.com/ccantynz-alt/Gluecron.com.git"
16REPO_BRANCH="claude/site-migration-vercel-XstpK"
16REPO_BRANCH="main"
1717REPO_DIR="/opt/gluecron"
1818COMPOSE="docker compose -f docker-compose.standalone.yml"
1919
2020