diff --git a/.github/workflows/WebCI.yml b/.github/workflows/WebCI.yml index ab5e00f..93b2931 100644 --- a/.github/workflows/WebCI.yml +++ b/.github/workflows/WebCI.yml @@ -47,7 +47,7 @@ jobs: - name: SFTP Upload - Web uses: wangyucode/sftp-upload-action@v2.0.2 with: - host: 127.0.0.1 + host: 10.120.1.19 port: 22 username: ${{ secrets.WEB_USER }} password: ${{ secrets.WEB_PASS }}