Skip to content

Commit

Permalink
exclude upload of .git directory
Browse files Browse the repository at this point in the history
  • Loading branch information
altsalt authored Jul 11, 2024
1 parent 27ac39a commit 0e8b4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
source: "*"
source: "*,!.git"
target: "public_html"

0 comments on commit 0e8b4b3

Please sign in to comment.