Skip to content

Commit 809047e

Browse files
authored
Try other sftp action
1 parent ce498b9 commit 809047e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Upload files
22-
uses: wangyucode/sftp-upload-action@v2.0.2
22+
uses: wlixcc/SFTP-Deploy-Action@v1.2.4
2323
with:
24-
host: ${{ secrets.SFTP_HOST }}
24+
server: ${{ secrets.SFTP_HOST }}
2525
port: ${{ secrets.SFTP_PORT }}
2626
username: ${{ secrets.SFTP_USER }}
2727
password: ${{ secrets.SFTP_PASS }}
28-
localDir: './'
29-
remoteDir: './'
30-
exclude: '.git/,.github/,node_modules/'
28+
local_path: './'
29+
remote_path: './'
30+
sftp_only: true
3131

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

0 commit comments

Comments
 (0)