]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Автообновление SS14
authorMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Mon, 24 Nov 2025 13:59:51 +0000 (23:59 +1000)
committerMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Mon, 24 Nov 2025 13:59:51 +0000 (23:59 +1000)
build.sh

index 27ca58ee430117011b64907889b499c22f431079..37894b88168c4dff375090a797cc6d997ad6b47a 100755 (executable)
--- 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;
 };