Update .github/workflows/WebCI.yml
IMAGESTOR CI / IMAGESTOR_CI (push) Successful in 7s Details

This commit is contained in:
kj4lxc 2026-03-01 23:17:18 +00:00
parent 5755e7028a
commit 07bb91ed05
1 changed files with 3 additions and 3 deletions

View File

@ -60,10 +60,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: pelican.cstm.games
port: 2022 port: 2022
username: ${{ secrets.SFTP_USER }} username: ${{ secrets.FIVEMDEVSFTP }}
password: ${{ secrets.SFTP_PASS }} password: ${{ secrets.FIVEMDEVSFTPPASS }}
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'