mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
更换打包机
This commit is contained in:
parent
c33a7c0d1a
commit
59f91a1f21
4
.github/workflows/dockerToHub.yml
vendored
4
.github/workflows/dockerToHub.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user