We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
masterBranch
master
string
bool
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
The text was updated successfully, but these errors were encountered:
petrzpav
No branches or pull requests
masterBranch
instead ofmaster
)string
,bool
)Example of default configuration:
The text was updated successfully, but these errors were encountered: