Last active
August 29, 2015 14:20
-
-
Save christinedraper/12bb6d8c32ac8cccebf5 to your computer and use it in GitHub Desktop.
Default attributes for deploy_revision gist
This file contains hidden or 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
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