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,15 +4,16 @@ name: buildsite
steps:
- name: restore_cache
image: appleboy/drone-sftp-cache
server: 192.168.10.5
username: thomas
password:
from_secret: ssh_password
port: 22
path: /var/cache/drone
restore: true
mount:
- node_modules
settings:
server: 192.168.10.5
port: 22
username: thomas
password:
from_secret: ssh_password
path: /var/cache/drone
restore: true
mount:
- node_modules
- name: build
image: node
@ -22,15 +23,16 @@ steps:
- name: rebuild_cache
image: appleboy/drone-sftp-cache
server: 192.168.10.5
username: thomas
password:
from_secret: ssh_password
port: 22
path: /var/cache/drone
rebuild: true
mount:
- node_modules
settings:
server: 192.168.10.5
port: 22
username: thomas
password:
from_secret: ssh_password
path: /var/cache/drone
rebuild: true
mount:
- node_modules
- name: copy
image: appleboy/drone-scp