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.

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

报告相同问题?

悬赏问题

  • ¥15 ssh登录页面的问题
  • ¥60 渗透一个指定银行app,拿到客户信息,需要什么级别
  • ¥50 关于在matlab上对曲柄摇杆机构上一点的运动学仿真
  • ¥15 jetson nano
  • ¥15 :app:debugCompileClasspath'.
  • ¥15 windows c++内嵌qt出现数据转换问题。
  • ¥20 公众号如何实现点击超链接后自动发送文字
  • ¥15 用php隐藏类名和增加类名
  • ¥15 算法设计与分析课程的提问
  • ¥15 用MATLAB汇总拟合图