Skip to content

Instantly share code, notes, and snippets.

@adammcarth
Created February 19, 2015 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adammcarth/8c0f19001df60149aeb8 to your computer and use it in GitHub Desktop.
Save adammcarth/8c0f19001df60149aeb8 to your computer and use it in GitHub Desktop.
#!/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