Sync current dev state
This commit is contained in:
12
run-cd-timer.bat
Normal file
12
run-cd-timer.bat
Normal file
@@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
echo ========================================
|
||||
echo EasyStream Continuous Delivery
|
||||
echo Timer Mode (Every 5 Minutes)
|
||||
echo ========================================
|
||||
echo.
|
||||
echo Starting timer-based auto-commit...
|
||||
echo Will check for changes every 5 minutes
|
||||
echo Press Ctrl+C to stop
|
||||
echo.
|
||||
powershell -ExecutionPolicy Bypass -NoProfile -File "%~dp0start-cd.ps1" start
|
||||
pause
|
||||
Reference in New Issue
Block a user