Skip to content

Commit

Permalink
fixed path 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Nicolle committed Feb 15, 2024
1 parent addab54 commit 9ac796b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
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/index.html "$TARGET:${{ env.INDEX_HTML }}"
# scp "${{ env.SSH }} "
# rm -rf $PUBLIC/assets && mkdir -p $PUBLIC/assets
Expand Down

0 comments on commit 9ac796b

Please sign in to comment.