Skip to content

Commit

Permalink
fixed path 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Nicolle committed Feb 15, 2024
1 parent f21de22 commit ec0bf7d
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 @@ -54,7 +54,7 @@ jobs:
echo "SERVER=${{ env.DIR }}/server.js" >> $GITHUB_ENV
echo "ASSETS=${{ env.PUBLIC }}/assets" >> $GITHUB_ENV
echo "INDEX_HTML=${{ env.PUBLIC }}/index.html" >> $GITHUB_ENV
echo " assets $ASSETS public $PUBLIC server $SERVER"
echo "assets $DIR/public/assets ${{ env.DIR }}/public/assets"
if [ "$DEPLOY_ASSETS" = 'true' ]; then
echo "Deploying JS assets"
# ssh -i $KEY $TARGET "rm -rf $ASSETS && mkdir -p $ASSETS"
Expand Down

0 comments on commit ec0bf7d

Please sign in to comment.