gitlab settign
This commit is contained in:
@@ -78,7 +78,7 @@ deploy:staging:
|
|||||||
variables:
|
variables:
|
||||||
DEPLOY_ENV: "staging"
|
DEPLOY_ENV: "staging"
|
||||||
CONFIG_ENV_DIR: "config/staging"
|
CONFIG_ENV_DIR: "config/staging"
|
||||||
TARGET_PATH: "${LOCAL_ROOT}/nexus/staging/"
|
TARGET_PATH: "${LOCAL_ROOT}/staging/"
|
||||||
environment:
|
environment:
|
||||||
name: staging
|
name: staging
|
||||||
# url: https://staging.deine-domain.de # Hier ggf. manuell anpassen
|
# url: https://staging.deine-domain.de # Hier ggf. manuell anpassen
|
||||||
@@ -91,7 +91,7 @@ deploy:production:
|
|||||||
variables:
|
variables:
|
||||||
DEPLOY_ENV: "production"
|
DEPLOY_ENV: "production"
|
||||||
CONFIG_ENV_DIR: "config/prod"
|
CONFIG_ENV_DIR: "config/prod"
|
||||||
TARGET_PATH: "${LOCAL_ROOT}/nexus/live/"
|
TARGET_PATH: "${LOCAL_ROOT}/live/"
|
||||||
environment:
|
environment:
|
||||||
name: production
|
name: production
|
||||||
only:
|
only:
|
||||||
|
|||||||
Reference in New Issue
Block a user