From e23d66e84862e17e8a4b42a57123533619e08db0 Mon Sep 17 00:00:00 2001 From: LarsLemos Date: Thu, 4 May 2023 11:58:59 +0200 Subject: [PATCH] Change the recursive copy --- .github/deploy_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/deploy_docs.sh b/.github/deploy_docs.sh index 3697910..b5d5c3c 100644 --- a/.github/deploy_docs.sh +++ b/.github/deploy_docs.sh @@ -30,7 +30,7 @@ ls -la -t # scp -P 3220 -r .next ohridocs@reports.globalhealthapp.net:/usr/share/tomcat/microfrontends/ohri_docs echo "--- Copy Hiddne folder .next to build folder to allow transfer to another server ---" -cp -R .next/ build +cp -R .next/* build scp -P 3220 -r build ohridocs@reports.globalhealthapp.net:/usr/share/tomcat/microfrontends/ohri_docs