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