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'