Update .drone.yml
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
263ba670e4
commit
fbbacf747e
14
.drone.yml
14
.drone.yml
|
@ -38,6 +38,20 @@ steps:
|
||||||
- ./dist
|
- ./dist
|
||||||
- ./yarn.lock
|
- ./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:
|
volumes:
|
||||||
- name: modules
|
- name: modules
|
||||||
host:
|
host:
|
||||||
|
|
Loading…
Reference in New Issue