From 457676282f494a860d6715c65e6ed3817103f337 Mon Sep 17 00:00:00 2001 From: vladimirkutkovoy Date: Thu, 12 Sep 2024 19:27:41 +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 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.drone.yml b/.drone.yml index 74924b3..3aa6c91 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,16 @@ steps: commands: - npm install - npm run build + +- name: deploy + image: appleboy/drone-scp + settings: + host: example.com + username: username_deploy + password: password_deploy + port: 22 + target: /root/docker/nginx/www_data + source: . - name: telegram notification image: appleboy/drone-telegram