The documentation is not consistent
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d36852f826
commit
2faf99ed2d
38
.drone.yml
38
.drone.yml
@ -4,15 +4,16 @@ name: buildsite
|
|||||||
steps:
|
steps:
|
||||||
- name: restore_cache
|
- name: restore_cache
|
||||||
image: appleboy/drone-sftp-cache
|
image: appleboy/drone-sftp-cache
|
||||||
server: 192.168.10.5
|
settings:
|
||||||
username: thomas
|
server: 192.168.10.5
|
||||||
password:
|
port: 22
|
||||||
from_secret: ssh_password
|
username: thomas
|
||||||
port: 22
|
password:
|
||||||
path: /var/cache/drone
|
from_secret: ssh_password
|
||||||
restore: true
|
path: /var/cache/drone
|
||||||
mount:
|
restore: true
|
||||||
- node_modules
|
mount:
|
||||||
|
- node_modules
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: node
|
image: node
|
||||||
@ -22,15 +23,16 @@ steps:
|
|||||||
|
|
||||||
- name: rebuild_cache
|
- name: rebuild_cache
|
||||||
image: appleboy/drone-sftp-cache
|
image: appleboy/drone-sftp-cache
|
||||||
server: 192.168.10.5
|
settings:
|
||||||
username: thomas
|
server: 192.168.10.5
|
||||||
password:
|
port: 22
|
||||||
from_secret: ssh_password
|
username: thomas
|
||||||
port: 22
|
password:
|
||||||
path: /var/cache/drone
|
from_secret: ssh_password
|
||||||
rebuild: true
|
path: /var/cache/drone
|
||||||
mount:
|
rebuild: true
|
||||||
- node_modules
|
mount:
|
||||||
|
- node_modules
|
||||||
|
|
||||||
- name: copy
|
- name: copy
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
|
Loading…
Reference in New Issue
Block a user