Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
removed post deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Fowler committed Jun 2, 2014
1 parent d76ff74 commit f1dba93
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions deploy.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,8 @@ IF NOT EXIST RUBY_INSTALLED (
IF !ERRORLEVEL! NEQ 0 goto error
SET RUBY_INSTALLED="true"
)

call jekyll build -s "%DEPLOYMENT_TARGET%" -d "%DEPLOYMENT_TARGET%\_site"

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

:: Post deployment stub
IF DEFINED POST_DEPLOYMENT_ACTION call "%POST_DEPLOYMENT_ACTION%"
IF !ERRORLEVEL! NEQ 0 goto error

goto end

:: Execute command routine that will echo out when error
Expand Down

0 comments on commit f1dba93

Please sign in to comment.