Skip to content

Commit

Permalink
Avoid pushing .git to server
Browse files Browse the repository at this point in the history
  • Loading branch information
valkjsaaa committed Mar 14, 2024
1 parent 6d88f8a commit 70f65d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: AEnterprise/[email protected]
env:
DEPLOY_KEY: ${{ secrets.PRIVATE_KEY }}
ARGS: "-c -r --delete"
ARGS: "-c -r --delete --exclude='.git/'"
SERVER_PORT: 22
FOLDER: ./
SERVER_IP: ${{ secrets.HOST }}
Expand Down

0 comments on commit 70f65d3

Please sign in to comment.