文件名称:deploy-scripts:Capistrano,例如针对Java,Django,Rails,React,Node等的自动部署
文件大小:177KB
文件格式:ZIP
更新时间:2024-04-22 09:06:05
nodejs rails java docker kubernetes
部署脚本 概述 deploy-scripts是Shell脚本的集合,可自动执行项目的打包和部署。 它的工作原理与capistrano类似,但依赖性较小。 除了您要部署的项目的构建依赖项之外,它仅需要以下依赖项: - git # Currently only works with git repos - /bin/sh # A Bourne-like shell found on most unix-like systems - openssh-client # An SSH client to connect with remote machines where the software will be deployed - docker # (Optional) The docker command lin