This commit is contained in:
2026-01-14 23:31:42 +08:00
parent c1e5b48038
commit e5c6db95b7

View File

@@ -16,11 +16,9 @@ jobs:
include: include:
- name: debian - name: debian
build_command: build build_command: build
remote_host: ${{ secrets.HOST }}
remote_port: 22 remote_port: 22
- name: school - name: school
build_command: build:staging build_command: build:staging
remote_host: ${{ secrets.HOST }}
remote_port: 8822 remote_port: 8822
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
@@ -37,7 +35,7 @@ jobs:
- uses: easingthemes/ssh-deploy@main - uses: easingthemes/ssh-deploy@main
env: env:
SSH_PRIVATE_KEY: ${{ secrets.KEY }} SSH_PRIVATE_KEY: ${{ secrets.KEY }}
REMOTE_HOST: ${{ matrix.remote_host }} REMOTE_HOST: ${{ secrets.HOST }}
REMOTE_PORT: ${{ matrix.remote_port }} REMOTE_PORT: ${{ matrix.remote_port }}
ARGS: "-avzr --delete" ARGS: "-avzr --delete"
SOURCE: dist/ SOURCE: dist/