Files
easystream/run-cd-once.bat
T
2025-12-15 17:28:21 -08:00

9 lines
257 B
Batchfile

@echo off
echo ========================================
echo EasyStream Continuous Delivery
echo One-Time Commit and Push
echo ========================================
echo.
powershell -ExecutionPolicy Bypass -NoProfile -File "%~dp0start-cd.ps1" once
pause