Explorar el Código

💚: deploy test branch

master
Adrien hace 3 años
padre
commit
4f99275d0a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      .drone.yml

+ 2
- 1
.drone.yml Ver fichero

@@ -20,6 +20,7 @@ steps:

- name: Build new image
commands:
- git checkout test
- docker build . -f Dockerfile.production --tag="nexus-timers"

- name: Launch new container
@@ -28,4 +29,4 @@ steps:

trigger:
branch:
- master
- test

Cargando…
Cancelar
Guardar