From b8cfb293a79f40ced056e4c901a2c250af2d1ebe Mon Sep 17 00:00:00 2001 From: Chase Eller Date: Sun, 27 Aug 2023 12:17:52 -0400 Subject: [PATCH] mAYBE? --- .github/workflows/WebCI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/WebCI.yml b/.github/workflows/WebCI.yml index e18df0d..ce3533e 100644 --- a/.github/workflows/WebCI.yml +++ b/.github/workflows/WebCI.yml @@ -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'