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
7584d60343
commit
9bac02081a
4
.github/workflows/dockerToHub-dev.yml
vendored
4
.github/workflows/dockerToHub-dev.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
with:
|
||||
ref: 'dev'
|
||||
clean: false
|
||||
repository: 'https://mirror.ghproxy.com/https://github.com/sijinhui/ChatGPT-Next-Web'
|
||||
github-server-url: 'https://gh.siji.ci'
|
||||
- name: build and deploy to Docker Hub
|
||||
run: |
|
||||
echo ${{ secrets.ALY_DOCKER_PASSWORD }} | docker login registry.cn-hangzhou.aliyuncs.com -u ${{ secrets.ALY_DOCKER_USERNAME }} --password-stdin
|
||||
@ -39,7 +39,7 @@ jobs:
|
||||
with:
|
||||
clean: true
|
||||
ref: 'dev'
|
||||
repository: 'https://mirror.ghproxy.com/https://github.com/sijinhui/ChatGPT-Next-Web'
|
||||
github-server-url: 'https://gh.siji.ci'
|
||||
- name: Set up SSH key
|
||||
uses: webfactory/ssh-agent@v0.8.0
|
||||
with:
|
||||
|
4
.github/workflows/dockerToHub.yml
vendored
4
.github/workflows/dockerToHub.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
clean: false
|
||||
repository: 'https://mirror.ghproxy.com/https://github.com/sijinhui/ChatGPT-Next-Web'
|
||||
github-server-url: 'https://gh.siji.ci'
|
||||
- name: build and deploy to Docker Hub
|
||||
run: |
|
||||
echo ${{ secrets.ALY_DOCKER_PASSWORD }} | docker login registry.cn-hangzhou.aliyuncs.com -u ${{ secrets.ALY_DOCKER_USERNAME }} --password-stdin
|
||||
@ -42,7 +42,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
clean: true
|
||||
repository: 'https://mirror.ghproxy.com/https://github.com/sijinhui/ChatGPT-Next-Web'
|
||||
github-server-url: 'https://gh.siji.ci'
|
||||
- name: Set up SSH key
|
||||
uses: webfactory/ssh-agent@v0.8.0
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user