瀏覽代碼

allow setup without ssh credentials

Ifiok Jr 6 年之前
父節點
當前提交
6c3a811c2e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/template

+ 1 - 1
lib/template

@@ -1,6 +1,6 @@
 #!/bin/bash
 git init -qqq
-git remote add origin git@github.com:markshust/docker-magento.git
+git remote add origin https://github.com/markshust/docker-magento
 git fetch origin -qqq
 git checkout origin/master -- compose/$1
 mv compose/$1/* ./