更换打包机器

This commit is contained in:
sijinhui 2023-12-28 18:36:28 +08:00
parent 3a92a1b8d1
commit 1144054706
2 changed files with 4 additions and 4 deletions

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

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: z4 runs-on: thinkpad
# 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: z4 runs-on: thinkpad
steps: steps:
- name: Check out the repo - name: Check out the repo
uses: actions/checkout@v3 uses: actions/checkout@v3