copy_mld_deploy_files.bat 402 B

1234567
  1. xcopy timesheet_mld\dist\* timesheet_deploy\static_pc\dist\ /y /e /i /q
  2. xcopy timesheet_h5\dist\* timesheet_deploy\static_h5\dist\ /y /e /i /q
  3. del management-platform-mld\target\timesheet-3.4.0.jar
  4. rename management-platform-mld\target\timesheet-mld-3.4.0.jar timesheet-3.4.0.jar
  5. xcopy management-platform-mld\target\timesheet-3.4.0.jar timesheet_deploy\ /y
  6. echo "all deployment files are ready!"
  7. pause