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