mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-28 12:35:03 +08:00
11 lines
252 B
Makefile
11 lines
252 B
Makefile
build:
|
||
go build
|
||
|
||
deploy:
|
||
go build -o scheduler
|
||
cp scheduler /opt/zscww_scheduler/scheduler
|
||
cp -r FrontEnd /opt/zscww_scheduler/FrontEnd
|
||
chmod +x /opt/zscww_scheduler/scheduler
|
||
echo "部署脚本执行完成,记得放入member.csv数据文件"
|
||
|