Procházet zdrojové kódy

💚: deploy test branch

master
Adrien před 3 roky
rodič
revize
4f99275d0a
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      .drone.yml

+ 2
- 1
.drone.yml Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit