deploy to remote server by one button click功能
使用插件前 我要釋出一個netcore的項目到阿裡雲的windows伺服器的話我一般需要如下的步驟: 1. vs中釋出網站到c:/temp/website 目錄下 2. 遠端桌面連接配接上遠端伺服器WIN2012或者以上版本 3. 在遠端伺服器上打開iis 4. IIS裡點應用程式池,停掉對應網站的程式池 5. IIS裡點網站,再停掉對應網站 6. 伺服器上打開網站目錄,把本地c:/temp/website中的除appsetting.json外的所有檔案都上傳到伺服器上覆寫 7. IIS上再啟動網站和對應的應用程式池 8. 本地浏覽器上輸入網址測試網址是否通了 在使用插件後 我隻需要點一個按鈕。。。 1.iis deploy support (support increment deploy and rollback) | iis一鍵釋出自動部署 支援增量和復原support deploy netcore project and netframework project to the remote server iis by one click. if remote server not exist the website in iis.will automatically create. require to install deploy agent in the remote windows server. 支援一鍵部署 netcore 和 netframework釋出到遠端機器的iis (支援mvc webapi) 支援website自動建立 2.docker deploy support(support rollback ) | docker一鍵釋出自動部署support deploy netcore project to the remote linux server as a docker container by one click. test success in centos7+ and ubuntu 16.04 + no need deploy agent installed in the linux server. 支援 一鍵部署netcore項目釋出到linux伺服器的docker容器 在 centos7+ 和ubuntu 16.04 + 測試成功 不需要在linux上安裝agent 3.window service delpoy support(support increment deploy and rollback) | windowsservice一鍵釋出自動部署support deploy netcore project and netframework project to the remote server windows services by one click. if service not exist on remote server will automatically create. 支援netcore和netframework釋出 支援windowsservice自動建立 注意:windowsservice的話需要在windows伺服器上部署一個windows service服務。windows server deploy need install agent | agent下載下傳位址和使用方法請參考:how to install agent: https://github.com/yuzd/AntDeployAgentinstalled antdeploy vs plugin success| 安裝成功後 如下:IIS deploy page:Docker deploy page:WindowsService deploy page:setting page:how to set https://github.com/yuzd/AntDeployAgent/issues/8Quick Start
how antdeploy workhow antdeploy agent work in windows serverhow antdeploy work in linux serverSource Codehttps://github.com/yuzd/AntDeployAgent https://github.com/yuzd/AntDeploy QA & DEMO【demo】deploy netcore project to Docker : https://github.com/yuzd/AntDeployAgent/issues/6 【demo】deploy netframework mvc project to remote iis :https://github.com/yuzd/AntDeployAgent/issues/2 【demo】deploy netcore mvc project to remote iis : https://github.com/yuzd/AntDeployAgent/issues/3 【demo】deploy netframework windows service project to remote server :https://github.com/yuzd/AntDeployAgent/issues/4 【demo】deploy netcore windows service project to remote server : https://github.com/yuzd/AntDeployAgent/issues/5 【how to install agent in windows server】https://github.com/yuzd/AntDeployAgent/issues/1 【why need to install agent in windows server】https://github.com/yuzd/AntDeployAgent/issues/7 一鍵釋出工具(ant deploy tool)AntDeploy交流回報QQ群Change LOG3.2
3.1
3.0
2.9
2.8
2.7
2.6增量釋出bug修複2.5增量釋出功能:
2.4窗體改成Showmodel模式 規避忘記關導緻程序占用操作vs會卡死的問題2.3
2.2vs插件:緊急修複運作插件後,關閉vs出現關不掉的bug2.1
|
如果您覺得閱讀本文對您有幫助,請點一下“推薦”按鈕,您的“推薦”将是我最大的寫作動力!歡迎各位轉載,轉載文章之後須在文章頁面明顯位置給出作者和原文連接配接,謝謝。