仅选取游戏截图

This commit is contained in:
2024-11-08 17:06:46 +08:00
parent 00abb0e504
commit a196ada6e3
3 changed files with 3 additions and 30 deletions

View File

@@ -21,8 +21,9 @@ build:
# 更新部署到服务器
update: build
scp dist/main $(HOST):~/webp/main_new
ssh ${HOST} "mv ~/webp/main ~/webp/main_old"
scp dist/main $(HOST):~/webp/main
ssh ${HOST} "mv ~/webp/main_new ~/webp/main"
ssh ${HOST} "rm ~/webp/main_old"
rm -rf dist