Parcourir la source

💚: deploy test branch

master
Adrien il y a 3 ans
Parent
révision
4f99275d0a
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      .drone.yml

+ 2
- 1
.drone.yml Voir le fichier

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

Chargement…
Annuler
Enregistrer