Skip to content

Commit 87845f9

Browse files
authored
Update deploy.yml
1 parent 8f9592e commit 87845f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
port: ${{ secrets.SFTP_PORT }}
2626
username: ${{ secrets.SFTP_USER }}
2727
password: ${{ secrets.SFTP_PASS }}
28-
localDir: '/'
29-
remoteDir: '/'
28+
localDir: './'
29+
remoteDir: './'
3030

3131
- name: Stop the Pterodactyl server
3232
shell: bash

0 commit comments

Comments
 (0)