felixrieseberg / ember-cli-azure-deploy

:wrench: Build Ember Cli Apps on Azure Websites
MIT License
19 stars 2 forks source link

Execute additional ember commands in Azure #20

Open graham-sportsmgmt opened 7 years ago

graham-sportsmgmt commented 7 years ago

It would be nice if the azure-deploy tool could also run ancillary commands for us while it's running. For example, I need to set up an http-proxy for the /api path that Ember Data will use:

ember generate http-proxy [local path] [remote URL]