Merge remote-tracking branch 'origin/main'
All checks were successful
Build and Deploy / build (push) Successful in 3m44s
All checks were successful
Build and Deploy / build (push) Successful in 3m44s
This commit is contained in:
commit
044e4680f9
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user