1 コミット

作成者 SHA1 メッセージ 日付
  Adrien 4f99275d0a 💚: deploy test branch 5年前
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      .drone.yml

+ 2
- 1
.drone.yml ファイルの表示

@@ -20,6 +20,7 @@ steps:


- name: Build new image - name: Build new image
commands: commands:
- git checkout test
- docker build . -f Dockerfile.production --tag="nexus-timers" - docker build . -f Dockerfile.production --tag="nexus-timers"


- name: Launch new container - name: Launch new container
@@ -28,4 +29,4 @@ steps:


trigger: trigger:
branch: branch:
- master
- test

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