diff --git a/new-bing/Makefile b/new-bing/Makefile index a816b9c..80d4809 100644 --- a/new-bing/Makefile +++ b/new-bing/Makefile @@ -3,5 +3,5 @@ build: docker push yy194131/new-bing:$(version) release:build - scp ./{cookie,cookie1,cookie2}.json roselle:/home/linghaihui/bingchat/cookies + scp ./{cookie,cookie1,cookie2,cookie3}.json roselle:/home/linghaihui/bingchat/cookies ssh roselle 'bash /home/linghaihui/bingchat/start.sh $(version)'