Drupdates Basic: Make with full Repo
# 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 | |
gitRepoName: | |
value: repolist | |
repoDict: | |
value: | |
make_full: # ssh://<user>@example.com/<repo folder> | |
# Build related | |
workingBranch: | |
value: dev | |
# Make files | |
useMakeFile: | |
value: True | |
makeFormat: | |
value: make | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment