Skip to content

Commit

Permalink
Don't use nested public directory, it's confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanvm committed Dec 19, 2024
1 parent 5ddbb90 commit a4dc05c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo "MAIL_ORDERS_TO=${{ secrets.MAIL_ORDERS_TO }}" >> ./new-release/.env
rm -rf ./prev-release
mv ./public ./prev-release
mv ./new-release ./public
mv ./app ./prev-release
mv ./new-release ./app
rm -rf ./new-release
EOF

0 comments on commit a4dc05c

Please sign in to comment.