com.mediative.sbt.devops
Deploy jobs to Chronos.
To use add the following lines to the project definition:
enablePlugins(MediativeChronosPlugin) // Configure credentials for each environment credentials in DeployEnvironment.QA += Credentials(baseDirectory.value / "...") credentials in DeployEnvironment.Production += Credentials(baseDirectory.value / "...")
Example credentials file:
realm=DC/OS host=https://dcos.example.com/service/chronos/v1 user=<...> password=<...>
MediativeDeployPlugin for how to customize publishing of artifacts.
This plugin must be enabled.
Deploy jobs to Chronos.
To use add the following lines to the project definition:
Example credentials file:
MediativeDeployPlugin for how to customize publishing of artifacts.
This plugin must be enabled.