spring-gradle-plugins / spring-build-conventions

Contains common build logic and uses conventions to build a Spring Project with Gradle
14 stars 18 forks source link

Add branching logic for keys in deploy docs and schema steps #87

Closed elliedori closed 4 years ago

elliedori commented 4 years ago

We need the ability to set SSH keys as string values for the upcoming spring-security deployment move to Github Actions. This PR adds conditional logic that sets the identity value used by the hidetake plugin to a string if a property argument by the name of deployDocsSshKey is given.