The documentation is not consistent
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Thomas Cole 2022-06-03 06:15:50 -04:00
parent d36852f826
commit 2faf99ed2d

View File

@ -4,11 +4,12 @@ name: buildsite
steps: steps:
- name: restore_cache - name: restore_cache
image: appleboy/drone-sftp-cache image: appleboy/drone-sftp-cache
settings:
server: 192.168.10.5 server: 192.168.10.5
port: 22
username: thomas username: thomas
password: password:
from_secret: ssh_password from_secret: ssh_password
port: 22
path: /var/cache/drone path: /var/cache/drone
restore: true restore: true
mount: mount:
@ -22,11 +23,12 @@ steps:
- name: rebuild_cache - name: rebuild_cache
image: appleboy/drone-sftp-cache image: appleboy/drone-sftp-cache
settings:
server: 192.168.10.5 server: 192.168.10.5
port: 22
username: thomas username: thomas
password: password:
from_secret: ssh_password from_secret: ssh_password
port: 22
path: /var/cache/drone path: /var/cache/drone
rebuild: true rebuild: true
mount: mount: