Created
September 12, 2012 20:02
-
-
Save maxmanders/3709493 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name "django-server" | |
description "Django Server Role" | |
all_env = [ | |
"role[base]", | |
"recipe[python]", | |
"recipe[nginx]", | |
"recipe[gunicorn]", | |
] | |
run_list(all_env) | |
env_run_lists( | |
"_default" => all_env, | |
"prod" => all_env, | |
"dev" => all_env, | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment