|
@@ -62,6 +62,8 @@ objects:
|
|
|
value: ${MASTER_URL}
|
|
|
- name: MODE
|
|
|
value: ${MODE}
|
|
|
+ - name: CONTINUE_ON_ERROR
|
|
|
+ value: ${CONTINUE_ON_ERROR}
|
|
|
- name: REDEPLOY
|
|
|
value: ${REDEPLOY}
|
|
|
- name: IGNORE_PREFLIGHT
|
|
@@ -114,6 +116,10 @@ parameters:
|
|
|
description: "Can be set to: 'preflight' to perform validation before a deployment; 'deploy' to perform an initial deployment; 'refresh' to delete and redeploy all components but to keep persisted data and routes; 'redeploy' to delete and redeploy everything (losing all data in the process); 'validate' to re-run validations after a deployment"
|
|
|
name: MODE
|
|
|
value: "deploy"
|
|
|
+-
|
|
|
+ description: "Set to true to continue even if the deployer runs into an error."
|
|
|
+ name: CONTINUE_ON_ERROR
|
|
|
+ value: "false"
|
|
|
-
|
|
|
description: "(Deprecated) Turns 'deploy' mode into 'redeploy' mode, deleting and redeploying everything (losing all data in the process)"
|
|
|
name: REDEPLOY
|