更换打包机

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