Skip to content

Commit

Permalink
Change the recursive copy
Browse files Browse the repository at this point in the history
  • Loading branch information
larslemos committed May 4, 2023
1 parent 1e76d6a commit e23d66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/deploy_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ls -la -t
# scp -P 3220 -r .next [email protected]:/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 [email protected]:/usr/share/tomcat/microfrontends/ohri_docs

Expand Down

0 comments on commit e23d66e

Please sign in to comment.