Skip to content

Instantly share code, notes, and snippets.

View PelagicDev's full-sized avatar

Jordan Godwin PelagicDev

  • CompanyCam
  • Wilmington, NC
  • 13:11 (UTC -04:00)
  • X @PelagicDev
View GitHub Profile
@PelagicDev
PelagicDev / deploy.rb
Created February 18, 2014 19:20
Rails Deployment using Capistrano
# Application Settings
set :application, "your_application_name"
set :user, "deploy"
set :deploy_to, "/home/#{user}/apps/#{application}"
set :rails_env, "test"
set :keep_releases, 5
# Git Settings
set :scm, :git
set :branch, 'development'
curl -L github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>