优化部署

This commit is contained in:
sijinhui 2024-01-28 00:50:55 +08:00
parent 7584d60343
commit 9bac02081a
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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: