fix: cd to site dir before docker compose commands #18
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user