Skip to content

Instantly share code, notes, and snippets.

@christinedraper
Last active August 29, 2015 14:20
Show Gist options
  • Save christinedraper/12bb6d8c32ac8cccebf5 to your computer and use it in GitHub Desktop.
Save christinedraper/12bb6d8c32ac8cccebf5 to your computer and use it in GitHub Desktop.
Default attributes for deploy_revision gist
default['myapp']['user'] = 'automation' # must have access to git repo
default['myapp']['path'] = '/home/automation/myapp' # where to install app - make sure this directory exists (or create in recipe)
default['myapp']['name'] = 'myapp' # name must match that in package.json
default['myapp']['repo_url'] = "bitbucket.org:mycompany/myapp.git"
default['myapp']['npm_registry'] = 'https://registry.nodejitsu.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment