Did not read documentation
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Thomas Cole 2022-06-03 06:12:03 -04:00
parent e0ccab42e2
commit d36852f826

View File

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