Created
February 19, 2015 14:50
-
-
Save adammcarth/8c0f19001df60149aeb8 to your computer and use it in GitHub Desktop.
Revisions
-
adammcarth created this gist
Feb 19, 2015 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ #!/usr/bin/env sh source ~/.rvm/scripts/rvm rvm use 2.2.0 app_name="App" apps_dir="/var/www" github_username="adammcarth" git_repo="filthy_parrot" app_install_commands="bundle install" echo "Starting deployment..." ...