diff --git a/.gitea/workflows/build-deploy.yml b/.gitea/workflows/build-deploy.yml index 1017f6e..e21f958 100644 --- a/.gitea/workflows/build-deploy.yml +++ b/.gitea/workflows/build-deploy.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: https://gitea.com/actions/checkout@v6 - name: Install Bun run: | @@ -37,7 +37,7 @@ jobs: - name: Deploy to server uses: appleboy/scp-action@v0.1.7 with: - host: baishe.honor3.com + host: baishe.vps.honor3.com port: 22 username: root password: ${{ secrets.SSH_PWD }}