We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87845f9 commit 9440029Copy full SHA for 9440029
1 file changed
.github/workflows/deploy.yml
@@ -27,6 +27,7 @@ jobs:
27
password: ${{ secrets.SFTP_PASS }}
28
localDir: './'
29
remoteDir: './'
30
+ exclude: '.git*'
31
32
- name: Stop the Pterodactyl server
33
shell: bash
0 commit comments