Merge remote-tracking branch 'origin/main'
All checks were successful
Build and Deploy / build (push) Successful in 3m44s

This commit is contained in:
cheney 2026-04-17 10:12:13 +08:00
commit 044e4680f9

View File

@ -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 }}