Skip to content

Instantly share code, notes, and snippets.

@jongio
Created November 30, 2016 03:31
Show Gist options
  • Select an option

  • Save jongio/bbba1e100b32d4f53416d95fea9445d4 to your computer and use it in GitHub Desktop.

Select an option

Save jongio/bbba1e100b32d4f53416d95fea9445d4 to your computer and use it in GitHub Desktop.
:: 1. KuduSync
IF /I "%IN_PLACE_DEPLOYMENT%" NEQ "1" (
call :ExecuteCmd "%KUDU_SYNC_CMD%" -v 50 -f "%DEPLOYMENT_SOURCE%/_site" -t "%DEPLOYMENT_TARGET%" -n "%NEXT_MANIFEST_PATH%" -p "%PREVIOUS_MANIFEST_PATH%" -i ".git;.hg;.deployment;deploy.cmd"
IF !ERRORLEVEL! NEQ 0 goto error
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment