From 16c8472c77713cffbc3c365f29309a7feb7af7d0 Mon Sep 17 00:00:00 2001 From: vladimirkutkovoy Date: Wed, 23 Oct 2024 19:32:09 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index e22ce18..9b36a0e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,11 +25,10 @@ steps: from_secret: password_deploy port: 22 script: - - cd /root/docker/trash-site - - docker build -f Dockerfile-web -t trash-site . - docker stop trash-site || true - docker rm trash-site || true - - docker run -d -p 3000:3000 --name trash-site trash-site + - cd /root/docker/trash-main + - docker compose up -d - name: telegram notification image: appleboy/drone-telegram