Last active
August 29, 2015 14:16
-
-
Save jalama/28aee650f3250cf92a55 to your computer and use it in GitHub Desktop.
Drupdates settings: Make basic
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
# YAML | |
# Core | |
webrootDir: | |
value: #webroot sub-folder | |
# PM System / Deployments | |
submitDeployTicket: | |
value: True | |
pmName: | |
value: AtTask | |
attaskPword: | |
value: # AtTask Password | |
attaskUser: | |
value: # AtTask User Name | |
attaskBaseURL: | |
value: # AtTAsk URL | |
attaskProjectID: | |
value: # AtTask Project to submit ticket to | |
devOpsTeamID: | |
value: # AtTask Ticket to submit ticket to | |
# Git Repo | |
repoDict: | |
value: | |
make: # ssh://<user>@example.com/<repo folder> | |
# Build related | |
workingBranch: | |
value: dev | |
# Make files | |
useMakeFile: | |
value: True | |
makeFormat: | |
value: make | |
buildSource: | |
value: make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment