From fa6ae126e66f20d68c639acd2829287cdd1f0ce8 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:10:07 +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 | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3942b72..80906f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,20 +1,17 @@ - - stages: - install - deploy -before_script: - - pwd - -install: +install_job: stage: install script: - - echo "bbbb" + - docker-compose build - -deploy: +deploy_job: stage: deploy script: - - echo "asdasd" + - docker-compose up -d + rules: + - changes: + - .