Created
February 19, 2015 14:50
-
-
Save adammcarth/8c0f19001df60149aeb8 to your computer and use it in GitHub Desktop.
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
#!/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..." | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment