mAYBE?
This commit is contained in:
parent
1d4896842f
commit
b8cfb293a7
|
|
@ -48,10 +48,10 @@ jobs:
|
||||||
- name: SFTP Upload - Fivem
|
- name: SFTP Upload - Fivem
|
||||||
uses: wangyucode/sftp-upload-action@v2.0.2
|
uses: wangyucode/sftp-upload-action@v2.0.2
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.PTERODACTYL_PANEL }}
|
host: #${{ secrets.PTERODACTYL_PANEL }}
|
||||||
port: 2022
|
port: 2022
|
||||||
username: ${{ secrets.SFTP_USER }}
|
username: ${{ secrets.SFTP_USER }}
|
||||||
password: ${{ secrets.SFTP_KEY }}
|
password: ${{ secrets.SFTP_PASS }}
|
||||||
localDir: './workingdir2'
|
localDir: './workingdir2'
|
||||||
remoteDir: '/resources/[GRAPHICS]/'
|
remoteDir: '/resources/[GRAPHICS]/'
|
||||||
exclude: '*.git/*,*.git/,*.github/*,*.github/,README.md,.gitignore'
|
exclude: '*.git/*,*.git/,*.github/*,*.github/,README.md,.gitignore'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue