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,8 +4,7 @@ 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
host: 192.168.10.5
username: thomas username: thomas
password: password:
from_secret: ssh_password from_secret: ssh_password
@ -23,8 +22,7 @@ steps:
- name: rebuild_cache - name: rebuild_cache
image: appleboy/drone-sftp-cache image: appleboy/drone-sftp-cache
settings: server: 192.168.10.5
host: 192.168.10.5
username: thomas username: thomas
password: password:
from_secret: ssh_password from_secret: ssh_password