git-token / cli

GitToken CLI Program
2 stars 0 forks source link

concat values from mysql-options.js into webhook, et. al services #6

Closed Ryanmtate closed 7 years ago

Ryanmtate commented 7 years ago

https://github.com/git-token/cli/blob/9d5b9c91f11990be8841a73e091e15b4d0b0a5e6/src/deploy/webhook-options.js#L90

e.g.

return [].concat(mysqlOptions(options))
Ryanmtate commented 7 years ago

This shared options pattern has been integrated into all setup and deploy scripts