-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix other reference to net-ssh 2.8.0
- Loading branch information
William Richard
committed
Sep 10, 2014
1 parent
7fe072a
commit 7e9fcd4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ Email [email protected] or see the mailing list archive at https://gro | |
|
||
To create a production zip and deploy to production: | ||
- ensure capistrano 2.15.5 is installed | ||
- ensure net-ssh < 2.7.0 is installed - versions 2.8.0 and above are broken with our environment | ||
- ensure net-ssh < 2.7.0 is installed - versions 2.7.0 and above are broken with our environment | ||
- download and unpackage play @ ~/src/play-2.0.8 or define $PLAY_CMD with an alternate location | ||
- run `./scripts/package.sh` which will produce `target/collins.zip` | ||
- run `cap publish:collins` which will upload and link to release to `http://repo.tumblr.net:8888/collins.zip` | ||
|