部署脚本 概述 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