Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default Configuration #1

Open
petrzpav opened this issue Jul 4, 2018 · 0 comments
Open

Default Configuration #1

petrzpav opened this issue Jul 4, 2018 · 0 comments
Assignees

Comments

@petrzpav
Copy link
Member

petrzpav commented Jul 4, 2018

  • var names (masterBranch instead of master)
  • var groups and descriptions
  • var order (branches, prefixes, dirs, multi, remote)
  • var values (generalize string, bool)
  • default dirs dynamic (like features)
  • example cfg for git flow

Example of default configuration:

# [projectid]:
#
#  paths:
#
#    log: /var/log/gfd
#    errLog: /var/log/gfd
#    deploy: /var/www/deploy
#    hooks: /var/local/hooks
#
#  scriptEnv:
#
#    #branches' names and prefixes
#    masterBranch: master
#    developBranch: develop
#    releaseBranch: release
#    featurePrefix: feature-
#    hotfixPrefix: hotfix-
#
#    #deploy directories' names
#    masterDir: [masterBranch]
#    developDir: [developBranch]
#    releaseDir: [releaseBranch]
#
#    #create directory for every tag on [masterBranch]
#    multiStables: false
#
#    #remote name
#    remote: origin
@petrzpav petrzpav self-assigned this Jul 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant