From 9f7aef9355bf74ebbbd6d48b2a4ca9eb7f25951b Mon Sep 17 00:00:00 2001 From: Leo Nicolle Date: Thu, 15 Feb 2024 19:30:54 +0100 Subject: [PATCH] fixed path 6 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f47a25e..0a0181c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -58,8 +58,8 @@ jobs: if [ "$DEPLOY_ASSETS" = 'true' ]; then echo "Deploying JS assets" ssh -i $KEY $TARGET "rm -rf ${{ env.ASSETS }} && mkdir -p ${{ env.ASSETS }}" - scp -i $KEY -r dist/public/assets $TARGET:${{ env.ASSETS }} - scp -i $KEY -r dist/public/index.html $TARGET:${{$ env.INDEX_HTML }} + scp -i $KEY -r dist/public/assets "$TARGET:${{ env.ASSETS }}"" + scp -i $KEY -r dist/public/index.html "$TARGET:${{$ env.INDEX_HTML }}"" # scp "${{ env.SSH }} " # rm -rf $PUBLIC/assets && mkdir -p $PUBLIC/assets