duanshanduo3363 2016-04-11 08:10
浏览 181
已采纳

Git Post-Push hook替换build文件夹

I'm working with an AngularJS app that I am hosting on Azure as a Web App.

My repository is on Bitbucket, connected as a deployment slot. I use TortoiseGit as a Windows shell for commit/pull/push. Grunt is my task runner.


Problem: I am not managing to replace the build folder after a push has been made. This is what is being exposed on Azure (see picture):

enter image description here


What I've tried:


Currently my solution is that after a push I'm building using grunt build and connecting through FTP with FileZilla and replacing build folder manually.

How can I automate this?

Thanks in advance.

  • 写回答

1条回答 默认 最新

  • dongli7236 2016-04-12 12:21
    关注

    I solved this by refactor my initial batch script that calls:

    npm install 
    bower install 
    grunt clean 
    grunt build
    winscp.com /script=azureBuildScript.txt
    

    and my azureBuildScript.txt:

    option batch abort
    option confirm off
    open ftps://xxx\xxx:xxx@waws-prod-db3-023.ftp.azurewebsites.windows.net/
    cd site/wwwroot
    rmdir %existingFolder%
    put %myFolder%
    exit
    

    This is being triggered Post-Push as a Hook job in TortoiseGit.

    It turns out ftp.exe is restricted regarding passive mode and can't interpret a session whilst WinSCP does this with ease.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥50 请教 麒麟系统挂载怎么安装
  • ¥15 如何在ns3中实现路径的自由切换
  • ¥20 SpringBoot+Vue3
  • ¥15 IT从业者的调查问卷
  • ¥65 LineageOs-21.0系统编译问题
  • ¥30 关于#c++#的问题,请各位专家解答!
  • ¥15 App的会员连续扣费
  • ¥15 不同数据类型的特征融合应该怎么做
  • ¥15 用proteus软件设计一个基于8086微处理器的简易温度计
  • ¥15 用联想小新14Pro