diff --git a/scripts/webhook-deploy/deploy-bruchtal.sh b/scripts/webhook-deploy/deploy-bruchtal.sh index e86d7db..3d9f9e6 100755 --- a/scripts/webhook-deploy/deploy-bruchtal.sh +++ b/scripts/webhook-deploy/deploy-bruchtal.sh @@ -25,6 +25,9 @@ fi # ----------------------------- # 2️⃣ Pull latest changes # ----------------------------- +# safe directory for git in CI environment +git config --global --add safe.directory /workspace + log "Pulling latest changes from Gitea" git pull