Skip to content

Commit

Permalink
fixed path 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Nicolle committed Feb 15, 2024
1 parent fb6aae0 commit 40c915e
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 @@ -57,7 +57,7 @@ jobs:
run: |
if [ "$DEPLOY_ASSETS" = 'true' ]; then
echo "Deploying JS assets"
ssh -i $KEY $TARGET "rm -rf ${{ env.ASSETS }} && mkdir -p ${{ env.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 }}"
Expand Down

0 comments on commit 40c915e

Please sign in to comment.