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