mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
commit
This commit is contained in:
parent
9f4e4aa4d9
commit
2dfebfdae5
4
.github/workflows/dockerToHub.yml
vendored
4
.github/workflows/dockerToHub.yml
vendored
@ -67,6 +67,10 @@ jobs:
|
||||
rm -rf /www/server/nginx/proxy_temp_dir/*
|
||||
sleep 2
|
||||
tccli cdn PurgePathCache --cli-unfold-argument --Paths 'https://chat.xiaosi.cc/' --FlushType delete
|
||||
- name: Sync repository to tx
|
||||
run: |
|
||||
yes | docker image prune
|
||||
rsync -az -e 'ssh -o StrictHostKeyChecking=no' --delete $GITHUB_WORKSPACE/ root@tx.xiaosi.cc:/data/ChatGPT-Next-Web
|
||||
- name: deploy-to-tx
|
||||
uses: appleboy/ssh-action@master
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user