Skip to content

Instantly share code, notes, and snippets.

@gaffneyc
Created March 3, 2009 02:26
Show Gist options
  • Save gaffneyc/73140 to your computer and use it in GitHub Desktop.
Save gaffneyc/73140 to your computer and use it in GitHub Desktop.
Capistrano recipe for setting gateway from the command line
# Automatically set gateway if it is specified on the command line
if ARGV.detect { |g| g =~ /GATEWAY=(.*)/ }
set :gateway, $1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment