瀏覽代碼

:recycle: adjust post-receive

brian_lifecycle_docs
j 2 年之前
父節點
當前提交
276a4c78b8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      deployment/post-receive

+ 1
- 1
deployment/post-receive 查看文件

@@ -1,5 +1,5 @@
1 1
 #!/bin/bash
2
-REPO="/opt/staging/siimee.git"
2
+REPO="/opt/siimee.git"
3 3
 commands=(
4 4
     "cd ${REPO}"
5 5
     "git --git-dir=${REPO} --work-tree=${REPO} checkout master -f"

Loading…
取消
儲存