From: MaxSMokeSkaarj Date: Mon, 24 Nov 2025 13:59:51 +0000 (+1000) Subject: Автообновление SS14 X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=aa349e25c308b482051a63ae00336611c29c87de;p=space-station-14.git Автообновление SS14 --- diff --git a/build.sh b/build.sh index 27ca58ee43..37894b8816 100755 --- a/build.sh +++ b/build.sh @@ -23,6 +23,7 @@ function updateSS14() { git pull fetch master; git commit -m "Автообновление с вендора SS14"; git push origin main; + git push mirror main; #git push --mirror ssh://git@github.com/MaxSMokeSkaarj/space-station-14; };