satoryu / yaba

Yet Another Blog on Azure
1 stars 0 forks source link

Custom deployment #14

Closed satoryu closed 6 years ago

satoryu commented 6 years ago

Composer extension for Azure WebApp overwrites deployment script. To customize deployment script for Laravel application, we have to install composer before executing deployment script.

This pull-request removes a need to use Composer extension by installing composer itself into this repository and use it in deploy.sh.