Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-06-02 19:09:17 +08:00
parent 263ba670e4
commit fbbacf747e

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: