From b45def3706ca1b6f1c26e3fea16bad73eff3b1e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=8D=E6=98=A5=E5=85=A8?= Date: Thu, 13 Jul 2023 06:47:00 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.gitlab-ci.yml=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 102c4a5..1dc41a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,9 @@ install_job: - docker-compose build only: - triggers + - manual + when: + manual deploy_job: @@ -16,6 +19,9 @@ deploy_job: - docker-compose up -d only: - triggers + - manual + when: + manual