added promotion
This commit is contained in:
@@ -12,8 +12,8 @@ pipeline {
|
|||||||
FLASK_CONTAINER_NAME = "chore-app-backend"
|
FLASK_CONTAINER_NAME = "chore-app-backend"
|
||||||
|
|
||||||
REGISTRY = "172.17.0.1:5000" // Your Docker Registry
|
REGISTRY = "172.17.0.1:5000" // Your Docker Registry
|
||||||
REPO_FRONTEND = "${REGISTRY}/{VUE_CONTAINER_NAME}"
|
REPO_FRONTEND = "${REGISTRY}/${VUE_CONTAINER_NAME}"
|
||||||
REPO_BACKEND = "${REGISTRY}/{FLASK_CONTAINER_NAME}"
|
REPO_BACKEND = "${REGISTRY}/${FLASK_CONTAINER_NAME}"
|
||||||
|
|
||||||
// Use a new tag (e.g., 'production') for the permanent repo
|
// Use a new tag (e.g., 'production') for the permanent repo
|
||||||
NEW_PERM_TAG = "production"
|
NEW_PERM_TAG = "production"
|
||||||
|
|||||||
Reference in New Issue
Block a user