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

Loading…
取消
儲存