Skip to main content

Variables

Common

Variable NameDefaultPossible Values / TypeDescription
COMPOSER_VERSION21|2|2.2.19Which composer version to use
GITHUB_USER""any stringComposer GitHub HTTP username
GITHUB_TOKEN""any stringComposer GitHub HTTP access token
BITBUCKET_PUBLIC_KEY""any stringComposer Bitbucket public key
BITBUCKET_PRIVATE_KEY""any stringComposer Bitbucket private key
GITLAB_TOKEN""any stringComposer GitLab access token
COMPOSER_AUTH""docsCustom Composer AUTH environment variable

Magento

Variable NameDefaultPossible ValuesDescription
MAGENTO_PUBLIC_KEY""any stringComposer Public Key for repo.magento.com
MAGENTO_PRIVATE_KEY""any stringComposer Private Key for repo.magento.com
MAGENTO_LANGUAGES""any string eg: "en_US en_GB"Magento Languages to deploy during static-content deploy
MAGENTO_DI_COMPILEtruetrue|falseEnable/disable Magento Dependency Injection during build
MAGENTO_STATIC_CONTENT_DEPLOYfalsetrue|falseEnabled/disable Magento static-content deployment during build
MAGENTO_DEV_STATIC_SIGNtruetrue|falseEnable/disable Magento static-content signing
MAGENTO_DEV_JS_MERGEtruetrue|falseEnable/disable Magento javascript merging
MAGENTO_DEV_JS_MINIFYtruetrue|falseEnable/disable Magento javascript minify
MAGENTO_DEV_JS_BUNDLINGfalsetrue|falseEnable/disable Magento javascript bundling
MAGENTO_DEV_CSS_MERGEtruetrue|falseEnable/disable Magento CSS merge
MAGENTO_DEV_CSS_MINIFYtruetrue|falseEnable/disable Magento CSS minify
MAGENTO_DEV_HTML_MINIFYfalsetrue|falseEnable/disable Magento HTML minify
COMMAND_BEFORE_MAGENTO_DI_COMPILE""any stringRun custom commands before setup:di:compile
COMMAND_AFTER_MAGENTO_DI_COMPILE""any stringRun custom commands after setup:di:compile
COMPOSER_INSTALLtruetrue|falseEnable/disable running composer install
COMPOSER_DUMP_AUTOLOADtruetrue|falseEnable/disable composer dump-autoload after dependency injection
COMMAND_BEFORE_COMPOSER_INSTALL""any stringRun custom commands before composer install
COMMAND_AFTER_COMPOSER_INSTALL""any stringRun custom commands after composer install

Shopware

Variable NameDefaultPossible ValuesDescription
COMPOSER_INSTALLtruetrue|falseEnable/disable running composer install
COMMAND_BEFORE_COMPOSER_INSTALL""any stringRun custom commands before composer install
COMMAND_AFTER_COMPOSER_INSTALL""any stringRun custom commands after composer install
COMPOSER_DUMP_AUTOLOADtruetrue|falseEnable/disable composer dump-autoload after composer install

Wordpress

Variable NameDefaultPossible ValuesDescription
COMPOSER_INSTALLfalsetrue|falseEnable/disable running composer install
COMMAND_BEFORE_COMPOSER_INSTALL""any stringRun custom commands before composer install
COMMAND_AFTER_COMPOSER_INSTALL""any stringRun custom commands after composer install
COMPOSER_DUMP_AUTOLOADtruetrue|falseEnable/disable composer dump-autoload after composer install