fix: update git remote to self-hosted Gitea

This commit is contained in:
F4ilji
2026-09-18 23:35:59 +05:00
parent d6c0f48d48
commit cfd7c411cf
Vendored
+1
View File
@@ -44,6 +44,7 @@ pipeline {
sh 'git config --global --add safe.directory ${APP_DIR}'
sh 'DEPLOY_PREV_SHA=$(git rev-parse HEAD) && echo $DEPLOY_PREV_SHA > .deploy_prev_sha'
sh 'git reset --hard'
sh 'git remote set-url origin https://git.occasus.ru/failj/ntspi-app.git'
sh 'git pull origin master'
}
}