From 156006053b9dac762663b3ec94040b5b4578489e Mon Sep 17 00:00:00 2001 From: garrettmills Date: Mon, 18 Oct 2021 13:53:37 -0500 Subject: [PATCH] Fix path in drone static deploy --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e210edd..5baa1b2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: from_secret: docs_deploy_key port: 22 source: extollo_api_documentation.tar.gz - target: /var/nfs/general/static/sites/extollo + target: /var/nfs/storage/static/sites/extollo when: event: promote target: docs