Fix Makefile

This commit is contained in:
linghaihui 2023-04-08 00:32:38 +08:00
parent 6c96088365
commit 77f58d180c

View File

@ -3,5 +3,5 @@ build:
docker push yy194131/new-bing:$(version) docker push yy194131/new-bing:$(version)
release:build release:build
scp ./{cookie,cookie1,cookie2,cookie3}.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)' ssh roselle 'bash /home/linghaihui/bingchat/start.sh $(version)'