steve0greatness,
created on Monday, 6 May 2024, 07:05:06 (1714979106),
received on Monday, 6 May 2024, 07:06:30 (1714979190)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>
88cf8fb797d20c2640ef8b96d6885c5435186a3a
GitPusher.ps1
@@ -2,4 +2,3 @@ git push codeberg
git push github git push gitlab git push roundabout ./ManualDeploy.ps1
ManualDeploy.ps1
@@ -1,12 +0,0 @@
python build.py cb-pages$pagesbranchexists = (git branch --list pages) -Eq $nullif ($pagesbranchexists) {git branch -D pages}git switch --orphan pagesls | grep -v build | rm -r -fomv build/* .git add .git commit -m "Pages Build & Deploy"git push codeberg pages -fgit push roundabout pages -f