1 Commits

Autor SHA1 Mensagem Data
  Adrien 4f99275d0a 💚: deploy test branch 3 anos atrás
1 arquivos alterados com 2 adições e 1 exclusões
Visão unificada
  1. +2
    -1
      .drone.yml

+ 2
- 1
.drone.yml Ver arquivo

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


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


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


trigger: trigger:
branch: branch:
- master
- test

Carregando…
Cancelar
Salvar