fix: cd to site dir before docker compose commands #18

Merged
codex_a merged 1 commits from fix/deploy-workdir into main 2026-03-01 09:40:43 +00:00

View File

@@ -6,6 +6,8 @@ set -euo pipefail
SITE_DIR=/srv/sum/nohype
APP_DIR=${SITE_DIR}/app
cd "${SITE_DIR}"
echo "==> Pulling latest code"
git -C "${APP_DIR}" pull origin main