From 2faf99ed2d9d96b8fa3a4901751bc0fcb8fb181d Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Fri, 3 Jun 2022 06:15:50 -0400 Subject: [PATCH] The documentation is not consistent --- .drone.yml | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/.drone.yml b/.drone.yml index bd01c66..ef83f76 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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