我在Windows Web应用程序中使用了部署后操作env变量:
SCM_POST_DEPLOYMENT_ACTIONS_PATH=D:\home\site\repository\azure\PostDeploymentActions
我的/azure/PostDeploymentActions/RestartWebjobs.cmd
文件包含:
php %HOME%\site\repository\artisan queue:restart
Linux webapps是否有等效功能?