From 09be963d0f82a26e47ad1f754c0a17e2fad792d2 Mon Sep 17 00:00:00 2001 From: Vladimir Kutkovoy <82603183+vladimirkutkovoy@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:51:59 +0300 Subject: [PATCH] Update drone.yml --- drone.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/drone.yml b/drone.yml index ab552ee..b52bc80 100644 --- a/drone.yml +++ b/drone.yml @@ -3,18 +3,6 @@ type: docker name: build-and-deploy steps: -- name: Build & Publish - image: plugins/docker:18 - settings: - dockerfile: docker/Dockerfile - - -- name: install_and_build - image: node:18 - commands: - - npm install - - npm run build - - name: deploy image: appleboy/drone-scp settings: @@ -24,7 +12,7 @@ steps: password: from_secret: password_deploy port: 22 - target: /root/docker/nginx/www_data + target: /root/docker/trash-api/ source: build - name: telegram notification