ソースを参照

💚: 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

読み込み中…
キャンセル
保存