This commit is contained in:
2026-07-01 20:52:11 +05:00
parent c7e2d264b6
commit cb8c5e7893

View File

@@ -5,7 +5,7 @@ if [ -d /app/.git ]; then
cd /app cd /app
git pull git pull
else else
cd /tmp mkdir -p /tmp/app-tmp
git clone "$GIT_REPO_URL" /tmp/app-tmp git clone "$GIT_REPO_URL" /tmp/app-tmp
cp -a /tmp/app-tmp/. /app/ cp -a /tmp/app-tmp/. /app/
fi fi