From e6311cc0e5e360d43431c27bd7eae32a536e5a92 Mon Sep 17 00:00:00 2001 From: vladimirkutkovoy Date: Thu, 12 Sep 2024 19:13:11 +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, 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 95a3686..74924b3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,16 +3,11 @@ type: docker name: build-and-deploy steps: - # 1. Install dependencies and build the project - name: install_and_build image: node:18 - volumes: - - name: node-build - path: /build # Монтируем внешний путь в контейнер как /build commands: - npm install - npm run build - - cp -r /build/* /node-build/ - name: telegram notification image: appleboy/drone-telegram