ソースを参照

: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"

読み込み中…
キャンセル
保存