Your deployments: who, what, where and when.
Go to file
Giri Dandu a75daf1df2 Travis can't deal with sudo comand in install. If sudo is there it
uses old infrastructure and they tests fail because of that. So
  - Remove the sudo and hence mysql 5.6.x
  - To make the cukes pass the test without 5.6, remove the
    timestamp precision in DDL and ignore the timestamp during
    model creation and cukes verification steps
  - fixes #127
2015-04-09 16:38:26 -04:00
docs Precision paramter for timestamp is not working on travis mysql 2015-04-08 23:54:20 -04:00
example Merge branch 'master' into issue-108-code-cleanup 2015-04-06 11:39:32 -04:00
features/api All the database providers can be tested but not all tests are passing for following 2015-04-07 18:20:55 -04:00
gradle Fix the step definitons rearrange all model steps to appropriate files and 2015-04-06 14:01:23 -04:00
logs Log to the logs/ directory when running with the cucumber configuration 2014-12-29 13:01:32 -08:00
src Travis can't deal with sudo comand in install. If sudo is there it 2015-04-09 16:38:26 -04:00
.gitignore Log to the logs/ directory when running with the cucumber configuration 2014-12-29 13:01:32 -08:00
.travis.yml Travis can't deal with sudo comand in install. If sudo is there it 2015-04-09 16:38:26 -04:00
CHANGELOG.md Add release names to changelog 2015-03-30 15:16:14 -07:00
LICENSE.ad Add the MIT license 2014-12-17 12:59:12 -08:00
README.md Added instruction for how to run the deployDb application 2015-03-13 14:42:36 -04:00
build.gradle Merge branch 'master' into issue-127-travis-testing-using-multiple-database-providers 2015-04-08 15:06:05 -04:00
changelog.rb Add a script for generating changelogs and the resulting file for 0.1 2015-03-24 09:30:30 -07:00
deploydb.h2.cucumber.yml Test deploydb using different database providers using travis. 2015-04-06 18:52:48 -04:00
deploydb.iml Add missing files. Initial Cucumber integration 2015-02-17 18:50:56 -05:00
deploydb.mysql.cucumber.yml All the database providers can be tested but not all tests are passing for following 2015-04-07 18:20:55 -04:00
deploydb.postgres.cucumber.yml before_script in travis is not creating the database, so switching 2015-04-08 23:13:55 -04:00
gradle.properties Add pipeline model 2015-02-25 10:19:39 -05:00
gradlew Initial commit 2014-12-13 12:08:33 -08:00
gradlew.bat Initial commit 2014-12-13 12:08:33 -08:00
webhookTestServer.example.yml Add missing files. Initial Cucumber integration 2015-02-17 18:50:56 -05:00

README.md

#DeployDB

Who, what, where and when.

Gitter Build Status

To learn more please visit the DeployDB website

DeployDB is a tool to provide a single source of truth for artifact-based deployments through multiple environments. It is intended to fit within an existing infrastructure where CI and deployment orchestration are already provided by other tools (e.g. Jenkins, Rundeck).