更换打包机

This commit is contained in:
sijinhui 2023-12-30 00:06:10 +08:00
parent c33a7c0d1a
commit 59f91a1f21

View File

@ -15,7 +15,7 @@ jobs:
build:
name: build image to aly
# runs-on: "103.200"
runs-on: thinkpad
runs-on: aws
# runs-on: ubuntu-latest
# runs-on: self-hosted
steps:
@ -33,7 +33,7 @@ jobs:
deploy:
name: 部署到服务器
needs: build
runs-on: thinkpad
runs-on: z4
steps:
- name: Check out the repo
uses: actions/checkout@v3