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 0c84670 commit 4c92062
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,4 @@ jobs:
key: ${{ secrets.CPANEL_KEY }}
passphrase: ${{ secrets.CPANEL_KEY_PASSPHRASE }}
target: ${{ secrets.CPANEL_TARGET }}
source: "./*"
rm: true
strip_components: 1
args: "./build"
source: "./build/*"

0 comments on commit 4c92062

Please sign in to comment.