We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce498b9 commit 809047eCopy full SHA for 809047e
1 file changed
.github/workflows/deploy.yml
@@ -19,15 +19,15 @@ jobs:
19
- uses: actions/checkout@v4
20
21
- name: Upload files
22
- uses: wangyucode/sftp-upload-action@v2.0.2
+ uses: wlixcc/SFTP-Deploy-Action@v1.2.4
23
with:
24
- host: ${{ secrets.SFTP_HOST }}
+ server: ${{ secrets.SFTP_HOST }}
25
port: ${{ secrets.SFTP_PORT }}
26
username: ${{ secrets.SFTP_USER }}
27
password: ${{ secrets.SFTP_PASS }}
28
- localDir: './'
29
- remoteDir: './'
30
- exclude: '.git/,.github/,node_modules/'
+ local_path: './'
+ remote_path: './'
+ sftp_only: true
31
32
- name: Stop the Pterodactyl server
33
shell: bash
0 commit comments