优化部署

This commit is contained in:
sijinhui 2024-01-28 00:34:45 +08:00
parent da820cb0d4
commit 7584d60343
2 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ jobs:
with:
ref: 'dev'
clean: false
github-server-url: 'https://mirror.ghproxy.com/https://github.com'
repository: 'https://mirror.ghproxy.com/https://github.com/sijinhui/ChatGPT-Next-Web'
- 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'
github-server-url: 'https://mirror.ghproxy.com/https://github.com'
repository: 'https://mirror.ghproxy.com/https://github.com/sijinhui/ChatGPT-Next-Web'
- name: Set up SSH key
uses: webfactory/ssh-agent@v0.8.0
with:

View File

@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3
with:
clean: false
github-server-url: 'https://mirror.ghproxy.com/https://github.com'
repository: 'https://mirror.ghproxy.com/https://github.com/sijinhui/ChatGPT-Next-Web'
- 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
github-server-url: 'https://mirror.ghproxy.com/https://github.com'
repository: 'https://mirror.ghproxy.com/https://github.com/sijinhui/ChatGPT-Next-Web'
- name: Set up SSH key
uses: webfactory/ssh-agent@v0.8.0
with: