Files
easystream-main/run-cd-timer.bat
SamiAhmed7777 f0f346deb9
Some checks failed
EasyStream Test Suite / test (pull_request) Has been cancelled
EasyStream Test Suite / code-quality (pull_request) Has been cancelled
EasyStream Test Suite / integration-test (pull_request) Has been cancelled
Sync current dev state
2025-12-15 17:28:21 -08:00

13 lines
379 B
Batchfile

@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