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

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