一鍵式部署任何應用程序:Vagrant Push

jopen 9年前發布 | 16K 次閱讀 Vagrant Push

Vagrant是開發環境部署工具,1.7版本新增了一個命令:vagrant push。vagrant up是建立開發環境的單個命令;vagrant push是部署應用程序的單個命令。從此部署應用程序變得簡單了!
Vagrant 1.7 ships with four strategies:

  • Atlas - Push application to Atlas, a commercial product from HashiCorp.

  • FTP/SFTP - Upload files via FTP or SFTP to a remote server. This is great for static sites, PHP, etc.

  • Heroku - Push your Git repository to Heroku, and configure the Git remote for you if it doesn't already exist.

  • Local Exec - Executes a local script on the system using a shell, deferring deployment logic to the user. This is for custom behavior or more complicated interactions with systems.

項目主頁:http://www.baiduhome.net/lib/view/home/1418535704636

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!