This commit is contained in:
Chase Eller 2023-08-27 12:17:52 -04:00
parent 1d4896842f
commit b8cfb293a7
No known key found for this signature in database
GPG Key ID: 9233D42F495E657C
1 changed files with 2 additions and 2 deletions

View File

@ -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'