Sync current dev state
This commit is contained in:
12
run-cd-watch.bat
Normal file
12
run-cd-watch.bat
Normal file
@@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
echo ========================================
|
||||
echo EasyStream Continuous Delivery
|
||||
echo File Watcher Mode
|
||||
echo ========================================
|
||||
echo.
|
||||
echo Starting file watcher...
|
||||
echo Changes will auto-commit and push to GitHub
|
||||
echo Press Ctrl+C to stop
|
||||
echo.
|
||||
powershell -ExecutionPolicy Bypass -NoProfile -File "%~dp0start-cd.ps1" watch
|
||||
pause
|
||||
Reference in New Issue
Block a user