From c34fad3502b4b285c60773d7c02419dd9ae9374d Mon Sep 17 00:00:00 2001 From: garrettmills Date: Mon, 18 Oct 2021 14:02:00 -0500 Subject: [PATCH] Fix path in drone docs deploy --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5baa1b2..0143c67 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,7 @@ steps: from_secret: docs_deploy_key port: 22 script: - - cd /var/nfs/general/static/sites/extollo + - cd /var/nfs/storage/static/sites/extollo - rm -rf docs - tar xzf extollo_api_documentation.tar.gz - rm -rf extollo_api_documentation.tar.gz