mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-03 00:26:40 +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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user