This commit is contained in:
14
.drone.yml
14
.drone.yml
@@ -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:
|
||||
|
Reference in New Issue
Block a user