Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jamespolanco on github.
  • I am djhalon (https://keybase.io/djhalon) on keybase.
  • I have a public key ASB7K0g2Hj_KhKQx6duJpWa9TpqcWflm9QcsPa8oqtlnDwo

To claim this, I am signing this object:

# Usage: rake name:task app_name
task PROD = "appname" # "task" here stubs to prevent rake errors with commandline
task STAGING = "appname-staging"
APP = ARGV[1] || PROD # default app
puts "=== APP #{APP} ==="
namespace :deploy do