refactor: configure git safe directory for deployment

This commit is contained in:
MythEclipse
2026-05-19 16:01:14 +07:00
parent b9d75ce9a0
commit a12abaccd6
+3
View File
@@ -34,6 +34,9 @@ jobs:
set -e
APP_DIR=/opt/imphenbot
# Configure git safe directory
git config --global --add safe.directory \$APP_DIR
# Clone or update repository
if [ -d \"\$APP_DIR/.git\" ]; then
echo 'Repository exists, pulling latest changes...'