Skip to content

Instantly share code, notes, and snippets.

@adammcarth
Created February 19, 2015 14:50
Show Gist options
  • Save adammcarth/8c0f19001df60149aeb8 to your computer and use it in GitHub Desktop.
Save adammcarth/8c0f19001df60149aeb8 to your computer and use it in GitHub Desktop.

Revisions

  1. adammcarth created this gist Feb 19, 2015.
    14 changes: 14 additions & 0 deletions gistfile1.txt
    Original 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..."

    ...