mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-03 16:46:40 +08:00
change mach
This commit is contained in:
parent
5b2367bede
commit
e26ddba1fb
4
.github/workflows/dockerToHub-dev.yml
vendored
4
.github/workflows/dockerToHub-dev.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: build test image to aly
|
name: build test image to aly
|
||||||
# runs-on: thinkpad
|
# runs-on: thinkpad
|
||||||
runs-on: almalinux
|
runs-on: self
|
||||||
# runs-on: self-hosted
|
# runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
yes | docker system prune --filter "until=168h"
|
yes | docker system prune --filter "until=168h"
|
||||||
deploy:
|
deploy:
|
||||||
name: 部署到dev服务器
|
name: 部署到dev服务器
|
||||||
runs-on: z4
|
runs-on: self
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
|
4
.github/workflows/dockerToHub.yml
vendored
4
.github/workflows/dockerToHub.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
name: build image to aly
|
name: build image to aly
|
||||||
# runs-on: "103.200"
|
# runs-on: "103.200"
|
||||||
# runs-on: thinkpad
|
# runs-on: thinkpad
|
||||||
runs-on: almalinux
|
runs-on: self
|
||||||
# runs-on: self-hosted
|
# runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
@ -36,7 +36,7 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
name: 部署到服务器
|
name: 部署到服务器
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: z4
|
runs-on: self
|
||||||
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