From 07bb91ed05e5e1644e7fc0063ea283dc6ea9e918 Mon Sep 17 00:00:00 2001 From: kj4lxc Date: Sun, 1 Mar 2026 23:17:18 +0000 Subject: [PATCH] Update .github/workflows/WebCI.yml --- .github/workflows/WebCI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/WebCI.yml b/.github/workflows/WebCI.yml index 8660eea..279b3f7 100644 --- a/.github/workflows/WebCI.yml +++ b/.github/workflows/WebCI.yml @@ -60,10 +60,10 @@ jobs: - name: SFTP Upload - Fivem uses: wangyucode/sftp-upload-action@v2.0.2 with: - host: #${{ secrets.PTERODACTYL_PANEL }} + host: pelican.cstm.games port: 2022 - username: ${{ secrets.SFTP_USER }} - password: ${{ secrets.SFTP_PASS }} + username: ${{ secrets.FIVEMDEVSFTP }} + password: ${{ secrets.FIVEMDEVSFTPPASS }} localDir: './workingdir2' remoteDir: '/resources/[GRAPHICS]/' exclude: '*.git/*,*.git/,*.github/*,*.github/,README.md,.gitignore'