Skip to content

Instantly share code, notes, and snippets.

@davidsantiago
Created April 27, 2011 00:12
Show Gist options
  • Select an option

  • Save davidsantiago/943456 to your computer and use it in GitHub Desktop.

Select an option

Save davidsantiago/943456 to your computer and use it in GitHub Desktop.
(defcontext production
:mode "production"
;; Pallet environment
:environment {:groups {:main {:image {:os-family :ubuntu
:os-description-matches "10.10"
:hardware-id "m1.small"
:image-id "us-east-1/ami-a6f504cf"
:inbound-ports [22 80 443]}}
:stage {:image {:os-family :ubuntu
:os-description-matches "10.10"
:hardware-id "t1.micro"
:image-id "us-east-1/ami-ccf405a5"
:inbound-ports [22 80 443]}}}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment