@@ -21,7 +21,9 @@ build:
# 更新部署到服务器
update: build
ssh ${HOST} "mv ~/webp/main ~/webp/main_old"
scp dist/main $(HOST):~/webp/main
ssh ${HOST} "rm ~/webp/main_old"
rm -rf dist
# 设为系统服务和设置日志轮转
The note is not visible to the blocked user.