This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(global): support per-application deploy directory
Some Opsworks users deploy their apps on custom AMIs with strict partitioning schemes and disk space limitations. For these users the default deploy directory /srv/www is not always a good choice. This patch allows users to override the deploy directory at the application level by specifying the attribute `node['deploy'][shortname]['global']['deploy_dir']` The default value for the app-specific deploy directory continues to be /srv/www/shortname. Fixes #95
- Loading branch information
1 parent
7752706
commit 28cb797
Showing
3 changed files
with
62 additions
and
1 deletion.
There are no files selected for viewing
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
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
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