Deploying to an Azure website
71 观看
1回复
2688 作者的声誉
I am following this article....
Now I am finding the section about deploying to Azure a little ambiguous. So here is my question(s) which are not addressed in this document/article:
- Is it required to have the remote branch be called "Azure"?
- How does pushing from Azure branch to Master branch initiate the actual deployment?
If
作者: AlvinfromDiaspar 的来源 发布者: 2017 年 12 月 27 日回应 1
1像
36582 作者的声誉
'azure' is not the name of the branch, but the name of the remote (see this page if you're not familiar with the git remote concept). And you can choose to name the remote whatever you want.
As for how git push azure master
causes a deployment, it is done because the repo on Azure has a post-receive
hook which kicks the deployment. You can see this in Kudu console if you go to D:\home\site\repository\.git\hooks
.
来自类别的问题 :
- git 如何撤消git reset --hard HEAD~1?
- git 如何在IIS上设置Git裸HTTP可用存储库
- git 如何丢弃Git中的未分级更改?
- git 如何从当前的Git工作树中删除本地(未跟踪)文件?
- git How to clone all remote branches in Git?
- visual-studio 什么是C / C ++程序及其插件DLL的最佳免费内存泄漏检测器?
- visual-studio 以编程方式检索Visual Studio安装目录
- visual-studio Visual Studio 2008中的Build Solution和Batch Build有什么区别?
- visual-studio 如何强制Visual Studio重新生成aspx / ascx文件的.designer文件?
- visual-studio “在Visual Studio 2005 DataSet Designer中出现数据时,无法更改列的DataType”错误
- azure 什么是“云操作系统”?
- azure 在.NET服务总线队列与Azure队列服务之间进行选择
- azure 天蓝色的消耗资源
- azure 连接字符串到Azure云存储帐户
- azure Azure存储:上载的文件大小为零字节
- azure-web-sites 发布到Azure网站后无法加载文件或程序集System.Web.Http.WebHost
- azure-web-sites Azure网站发布失败文件正在使用中
- azure-web-sites 我可以从Azure网站调用Azure webjob并传递参数吗?
- azure-web-sites 通过FTP连接到Azure网站
- azure-web-sites 协议绑定错误与Windows Azure网站中的通配符子域