From d5c72837e1d9848e5a776f020d51686d01f5889d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=8D=E6=98=A5=E5=85=A8?= Date: Tue, 8 Aug 2023 03:05:12 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 317479a..aa78e19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,8 @@ stages: job: stage: deploy script: - - docker stop sambussiness - - docker rmi sambussiness + # - docker stop sambussiness + # - docker rmi sambussiness - docker build -t sambussiness . - docker run -d --restart=always --network=host --name sambussiness sambussiness only: