Skip to content

Files

Latest commit

 

History

History
14 lines (11 loc) · 1000 Bytes

app-service-deploy-zip-push-custom.md

File metadata and controls

14 lines (11 loc) · 1000 Bytes
author ms.service ms.topic ms.date ms.author
cephalin
app-service
include
11/03/2016
cephalin

Deployment customization

The deployment process assumes that the .zip file that you push contains a ready-to-run app. By default, no customizations are run. To enable the same build processes that you get with continuous integration, add the following to your application settings:

SCM_DO_BUILD_DURING_DEPLOYMENT=true

When you use .zip push deployment, this setting is false by default. The default is true for continuous integration deployments. When set to true, your deployment-related settings are used during deployment. You can configure these settings either as app settings or in a .deployment configuration file that's located in the root of your .zip file. For more information, see Repository and deployment-related settings in the deployment reference.