Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devtron-labs/migrator


https://github.com/devtron-labs/migrator

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

### MigrateConfig

key|type|description|defaultValue
---|----|-------------|-------------
DB_URL|string|url with auth of db|postgres://user:[email protected]:5432/migrate_test?sslmode=disable"
MIGRATE_TO_VERSION|int|target version. if zero will point to latest version|0
GIT_AUTH_TOKEN|string|git auth token
GIT_USER|string| username
GIT_WORKING_DIR|string||/devtron-data/
GIT_REPO_URL|string|https://gitlab.com/devtron-gitops/my-project2.git|""
GIT_TAG|string|either GIT_TAG or GIT_HASH must be present|
GIT_HASH|string|either GIT_TAG or GIT_HASH must be present|
GIT_BRANCH|string|default master|