Automatic commit

This commit is contained in:
jason 2023-11-03 19:19:19 +08:00
parent 6401ffa7ff
commit 158278e56a
2 changed files with 22 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"Version": 1001,
"Url": "DwoodAutoSetup.exe",
"Content": "德木自动化生产控制系统安装程序初始版本",
"Content": "222222222222",
"history_version": [
{
"Version": 1000,

21
build.bat Normal file
View File

@ -0,0 +1,21 @@
@echo off
setlocal
set repoUrl=ssh://git@git.tool.dwoodauto.com:2221/jason/mes-admin-windows-release.git
set folderPath=E:\Demu\mes-admin-windows-release
cd %folderPath%
echo Adding files...
git add -A
echo Committing changes...
git commit -m "Automatic commit"
echo Pushing to remote repository...
git push %repoUrl%
echo Done.
endlocal