Изменил(а) на '.drone.yml'

main
vladimirkutkovoy 1 year ago
parent e6311cc0e5
commit 457676282f
  1. 10
      .drone.yml

@ -8,6 +8,16 @@ steps:
commands: commands:
- npm install - npm install
- npm run build - 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 - name: telegram notification
image: appleboy/drone-telegram image: appleboy/drone-telegram

Loading…
Cancel
Save