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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: https://gitea.com/actions/checkout@v6
|
||||||
|
|
||||||
- name: Install Bun
|
- name: Install Bun
|
||||||
run: |
|
run: |
|
||||||
@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Deploy to server
|
- name: Deploy to server
|
||||||
uses: appleboy/scp-action@v0.1.7
|
uses: appleboy/scp-action@v0.1.7
|
||||||
with:
|
with:
|
||||||
host: baishe.honor3.com
|
host: baishe.vps.honor3.com
|
||||||
port: 22
|
port: 22
|
||||||
username: root
|
username: root
|
||||||
password: ${{ secrets.SSH_PWD }}
|
password: ${{ secrets.SSH_PWD }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user