Skip to content

Commit

Permalink
wait confirmation for deploy final step
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Feb 23, 2014
1 parent 8243f9a commit dab97d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/prod/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ rsync_command="rsync $RSYNC_OPTIONS bin $stage/bin $stage/lib public $REMOTE:$RE
echo "$rsync_command"
$rsync_command

read \?"I am waiting for you to press [Enter] before I continue."

if [ $mode == "main" ]; then
lilalog "Notify users of post deploy"
bin/cli-prod deploy post
Expand Down

0 comments on commit dab97d6

Please sign in to comment.