Explorar el Código

:recycle: adjust post-receive

brian_lifecycle_docs
j hace 2 años
padre
commit
276a4c78b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      deployment/post-receive

+ 1
- 1
deployment/post-receive Ver fichero

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

Loading…
Cancelar
Guardar