mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-02 08:06:38 +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/*
|
rm -rf /www/server/nginx/proxy_temp_dir/*
|
||||||
sleep 2
|
sleep 2
|
||||||
tccli cdn PurgePathCache --cli-unfold-argument --Paths 'https://chat.xiaosi.cc/' --FlushType delete
|
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
|
- name: deploy-to-tx
|
||||||
uses: appleboy/ssh-action@master
|
uses: appleboy/ssh-action@master
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user