Skip to content

Commit

Permalink
Minify output
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Feb 19, 2021
1 parent 7929be2 commit 37890b1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,15 @@ jobs:
workflow_conclusion: success
- name: 🏗 Compress directories
run: |
mkdir -p output/config
mkdir -p output/db
mkdir -p output/lib
mkdir -p output/public
cp -r backend/lib/* output
cp -r backend/config/* output/config
cp -r backend/lib/* output/lib
cp -r frontend/build/* output/public
cp backend/package.json output
cp LICENSE.md output
tar -czvf home-panel-backend.tar.gz backend/lib
tar -czvf home-panel-frontend.tar.gz frontend/build
Expand Down

0 comments on commit 37890b1

Please sign in to comment.