Skip to content

Commit

Permalink
fixed path 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Nicolle committed Feb 15, 2024
1 parent ec0bf7d commit 83f5363
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 @@ -50,11 +50,11 @@ jobs:
- name: Deploy
if: ${{ success() }}
run: |
echo "PUBLIC=${{ env.DIR }}/public" >> $GITHUB_ENV
echo "PUBLIC=$DIR/public" >> $GITHUB_ENV
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 $DIR/public/assets ${{ env.DIR }}/public/assets"
echo "assets $DIR/public/assets $PUBLIC ${{env.PUBLIC}}"
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 83f5363

Please sign in to comment.