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