Skip to content

Commit

Permalink
fix for starting server path
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeza91 committed Oct 24, 2015
1 parent ed0f4f9 commit 859818f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/deploy.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ fi
) &&

# ============================
# === Start up serve => (in deployer)
# === Start up server => (in deployer)
(
echo "-----> Launching"
<%= echo_cmd %[cd "$release_path"] %>
<%= echo_cmd %[cd "#{current_path}"] %>
<%= indent 2, (launch.empty? ? "true" : launch) %>
) &&

Expand Down

0 comments on commit 859818f

Please sign in to comment.