浏览代码

💚: deploy test branch

master
Adrien 3 年前
父节点
当前提交
4f99275d0a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      .drone.yml

+ 2
- 1
.drone.yml 查看文件

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

正在加载...
取消
保存