Update .drone.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
周炽键 2021-06-02 19:09:17 +08:00
parent 263ba670e4
commit fbbacf747e
1 changed files with 14 additions and 0 deletions

View File

@ -38,6 +38,20 @@ steps:
- ./dist
- ./yarn.lock
- name: deploy
image: appleboy/drone-ssh
settings:
host: 124.156.152.247
username:
from_secret: ssh_username
password:
from_secret: ssh_pwd
port: 8011
script:
- echo hello
- echo world
- ls -l
volumes:
- name: modules
host: