Skip to content

Commit

Permalink
fixed path 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Nicolle committed Feb 15, 2024
1 parent c6e69ed commit eebe0af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:${{ ASSETS }}
scp -i $KEY -r dist/public/index.html $TARGET:${{$ 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
Expand Down

0 comments on commit eebe0af

Please sign in to comment.