We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9592e commit 87845f9Copy full SHA for 87845f9
1 file changed
.github/workflows/deploy.yml
@@ -25,8 +25,8 @@ jobs:
25
port: ${{ secrets.SFTP_PORT }}
26
username: ${{ secrets.SFTP_USER }}
27
password: ${{ secrets.SFTP_PASS }}
28
- localDir: '/'
29
- remoteDir: '/'
+ localDir: './'
+ remoteDir: './'
30
31
- name: Stop the Pterodactyl server
32
shell: bash
0 commit comments