Skip to content

Commit

Permalink
Fix forbidden files & folder CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
ravielze committed Jul 31, 2022
1 parent af14bba commit c0e3767
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ jobs:
script: |
rm -rf ~/deus/web/dashboard
mkdir ~/deus/web/dashboard
cp -r ~/builder/dashboard/dist ~/deus/web/dashboard
cp -r ~/builder/dashboard/dist/* ~/deus/web/dashboard
chown -r 644 ~/deus/web/dashboard

0 comments on commit c0e3767

Please sign in to comment.