From d36852f8266768e94a50838d94c05dec3e985d7a Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Fri, 3 Jun 2022 06:12:03 -0400 Subject: [PATCH] Did not read documentation --- .drone.yml | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/.drone.yml b/.drone.yml index 62cf9ee..bd01c66 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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