Explorar el Código

Merge branch 'develop' of rhnvrm/rohanverma.net into master

master
rhnvrm hace 6 años
padre
commit
fc507372b9
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      .drone.yml

+ 4
- 1
.drone.yml Ver fichero

@@ -14,8 +14,11 @@ steps:
port: 22
key:
from_secret: ssh_key
script_stop: true
script:
- cd /home/rhnvrm/apps/rohanverma.net && git fetch origin && git checkout $DRONE_COMMIT
- cd /home/rhnvrm/apps/rohanverma.net
- git fetch origin
- git checkout $DRONE_COMMIT
- cd /home/rhnvrm/proxy
- docker-compose build rohanvermanet
- docker-compose up -d rohanvermanet

Cargando…
Cancelar
Guardar