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
Showing only changes of commit 229c0f8b48 - Show all commits

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