Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MontiMarti authored Feb 21, 2025
1 parent 4b2cb51 commit 2f74f36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ jobs:
key: ${{ secrets.CPANEL_KEY }}
passphrase: ${{ secrets.CPANEL_KEY_PASSPHRASE }}
target: ${{ secrets.CPANEL_TARGET }}
source: "./build/**"
source: "./*"
rm: true
strip_components: 1
args: "-C ./build"

0 comments on commit 2f74f36

Please sign in to comment.