17 lines
455 B
Plaintext
17 lines
455 B
Plaintext
# Version configuration for auth-service
|
|
# This file defines the base version for automated builds
|
|
|
|
BASE_VERSION=1.0
|
|
DOCKER_REPO=docker.aipice.fr/hexah/auth-service
|
|
|
|
# Build configuration
|
|
BUILD_ON_BRANCHES=main,master
|
|
TEST_ON_BRANCHES=main,master,develop,feature/*
|
|
|
|
# Docker registry configuration
|
|
REGISTRY_URL=docker.io
|
|
REGISTRY_NAMESPACE=hexah
|
|
|
|
# Deployment configuration
|
|
DEPLOY_NAMESPACE=infrastructure--artifactory--service
|
|
DEPLOY_SERVICE=auth-service |