mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
use https to clone the test blog repo
This commit is contained in:
parent
70e8ff6b18
commit
3437b8f08a
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ if [[ -e "$BLOG_PATH" ]]; then
|
|||
else
|
||||
if [[ ! -e "$ORIGIN_BLOG_PATH" ]]; then
|
||||
echo ">>> Mirroring local origin..."
|
||||
git clone --mirror git@github.com:samsonjs/samhuri.net.git "$ORIGIN_BLOG_PATH"
|
||||
git clone --mirror https://github.com/samsonjs/samhuri.net.git "$ORIGIN_BLOG_PATH"
|
||||
fi
|
||||
echo ">>> Cloning test blog from local origin..."
|
||||
git clone "$ORIGIN_BLOG_PATH" "$BLOG_PATH"
|
||||
|
|
|
|||
Loading…
Reference in a new issue