summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-11-13 13:39:37 -0800
committerKai Stevenson <kai@kaistevenson.com>2022-11-13 13:39:37 -0800
commit36bc66f0f5ddb700030b80cedd801ab64899cc42 (patch)
treebc88cf7895f3f83ce23fd1ba2c79d5d4869d76c9
parent7879e75fa5be0e71a73c517e7d98a74679cecbf2 (diff)
updated updatesite command for both repos
-rwxr-xr-xupdatesite3
1 files changed, 2 insertions, 1 deletions
diff --git a/updatesite b/updatesite
index 066cfd5..f7d2e95 100755
--- a/updatesite
+++ b/updatesite
@@ -6,4 +6,5 @@ fi
git add .
git commit -m "$1"
-git push
+git push origin
+git push mirror