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
@ -4,11 +4,12 @@ name: buildsite
|
||||
steps:
|
||||
- name: restore_cache
|
||||
image: appleboy/drone-sftp-cache
|
||||
settings:
|
||||
server: 192.168.10.5
|
||||
port: 22
|
||||
username: thomas
|
||||
password:
|
||||
from_secret: ssh_password
|
||||
port: 22
|
||||
path: /var/cache/drone
|
||||
restore: true
|
||||
mount:
|
||||
@ -22,11 +23,12 @@ steps:
|
||||
|
||||
- name: rebuild_cache
|
||||
image: appleboy/drone-sftp-cache
|
||||
settings:
|
||||
server: 192.168.10.5
|
||||
port: 22
|
||||
username: thomas
|
||||
password:
|
||||
from_secret: ssh_password
|
||||
port: 22
|
||||
path: /var/cache/drone
|
||||
rebuild: true
|
||||
mount:
|
||||
|
Loading…
Reference in New Issue
Block a user