Skip to content

Commit

Permalink
Update deployment instructions to reference "hsdeploy" gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl committed Apr 15, 2012
1 parent 7090288 commit 926552c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/deployments/new.haml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
%p
1. Install the deploy commandline tool (for OSX and Linux - requires Rubygems)
.upload-commands
gem install deployto
gem install hsdeploy
%p
2. Create the target (only necessary once)
.upload-commands
= "deploy add production %s" % @app.cli_api_app_name
= "hsdeploy add production %s" % @app.cli_api_app_name
%p
3. Deploy
.upload-commands
deploy production
hsdeploy production

%p
After the upload finished, you can
Expand Down

0 comments on commit 926552c

Please sign in to comment.