Skip to content

Instantly share code, notes, and snippets.

@jalama
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jalama/6798bf4e1b8e28a31088 to your computer and use it in GitHub Desktop.
Save jalama/6798bf4e1b8e28a31088 to your computer and use it in GitHub Desktop.
Drupdate Settings: Stash for repo(s), Report to Slack, Use make file, Ship entire repo, Deployment ticket in AtTask, single site
# YAML
# Core
webrootDir:
value: # webroot sub-folder ex. webroot
singleSite:
value: # www.example.com
# 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: Stash
stashURL:
value: # https://example.com/rest/api/1.0/users/<user name>/repos
stashUser:
value: # Stash user name
stashPword:
value: # Stash password
# Build related
workingBranch:
value: # dev
# Reporting
reportingTool:
value: Slack
slackURL:
value: # @see https://api.slack.com/web
slackChannel:
value: # Choose a Slack Channel
slackRecipient:
value: # user name of slack recipient (w/o @)
slackChannel:
value: # Slack channel to use (w/o #)
# Make files
useMakeFile:
value: True
makeFormat:
value: make # Note: this assume the file like example.com.make
makeFolder:
value: # Folder make file can be found in makefiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment