Skip to content

Instantly share code, notes, and snippets.

@pblittle
Created February 5, 2010 01:56
Show Gist options
  • Save pblittle/295402 to your computer and use it in GitHub Desktop.
Save pblittle/295402 to your computer and use it in GitHub Desktop.
add_recipe 'hugo_deploy', :hugo => {
:apps => [
:app => {
:name => 'jackhq.com',
:url => 'www.jackhq.com',
:branch => 'master',
:migration_command => '',
:migrate => false,
:web => {
:port => '8080',
:server_name => 'jackhq.com',
:server_aliases => "*.jackhq.com"
}
},
:app => {
:name => 'blog.jackhq.com',
:url => 'blog.jackhq.com',
:branch => 'master',
:migration_command => '',
:migrate => false,
:web => {
:port => '8080',
:server_name => 'blog.jackhq.com'
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment