1 次代码提交

作者 SHA1 备注 提交日期
  Adrien 4f99275d0a 💚: deploy test branch 3 年前
共有 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

正在加载...
取消
保存