| `default-push-args` / `CF_DEFAULT_PUSH_ARGS` | Additional arguments for cf push command _(only define if you want has a specific need not med by the template)_ | _none_ |
| `scripts-dir` / `CF_SCRIPTS_DIR` | Directory where CF scripts (manifest, hook scripts) are located| `.` _(root project dir)_ |
### Secrets management
@@ -145,6 +146,7 @@ Here are variables supported to configure review environments:
| `review-retired-app-suffix` / `CF_REVIEW_RETIRED_APP_SUFFIX` | If set, the app old version is not deleted/overriden but renamed with this suffix | _none_ |
Note: By default review `environment.url` will be built as `${CF_REVIEW_ENVIRONMENT_SCHEME}://${$CI_PROJECT_NAME}-${CI_ENVIRONMENT_SLUG}.${CF_REVIEW_ENVIRONMENT_DOMAIN}/${CF_REVIEW_ROUTE_PATH}`
@@ -167,6 +169,7 @@ Here are variables supported to configure the integration environment:
| `integ-app-name` / `CF_INTEG_APP_NAME` | Application name for `integration` env | `"${CF_BASE_APP_NAME}-integration"` |
| `integ-environment-url` / `CF_INTEG_ENVIRONMENT_URL` | The integration environment url **including scheme** (ex: `https://my-application-integration.nonpublic.domain.com`). Do not use variable inside variable definition as it will result in a two level cascade variable and gitlab does not allow that. | _none_ |
@@ -191,6 +194,7 @@ Here are variables supported to configure the staging environment:
| `staging-app-name` / `CF_STAGING_APP_NAME` | Application name for `staging` env | `"${CF_BASE_APP_NAME}-staging"` |
| `staging-environment-url` / `CF_STAGING_ENVIRONMENT_URL` | The staging environment url **including scheme** (ex: `https://my-application-staging.nonpublic.domain.com`). Do not use variable inside variable definition as it will result in a two level cascade variable and gitlab does not allow that. | _none_ |
@@ -214,6 +218,7 @@ Here are variables supported to configure the production environment:
| `prod-app-name` / `CF_PROD_APP_NAME` | Application name for `production` env | `$CF_BASE_APP_NAME` |
| `prod-host-name` / `CF_PROD_HOST_NAME` | Application host name for `production` env | `$CF_DEFAULT_ROUTE_PATH` |
| `prod-deploy-strategy` / `CF_PROD_DEPLOY_STRATEGY` | Defines the deployment to production strategy. One of `manual` (i.e. _one-click_) or `auto`. | `manual` |