deploy scripts:Capistrano例如针对JavaDjangoRailsReactNode等的自动部署 源码
部署脚本 概述 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
文件列表
deploy-scripts:Capistrano,例如针对Java,Django,Rails,React,Node等的自动部署
(预估有个195文件)
style.css
111B
Gemfile
2KB
credentials.yml.enc
464B
.gitignore
554B
application.html.erb
350B
mailer.text.erb
13B
mailer.html.erb
229B
application.css
709B
bundle
125B
web.config
0B
暂无评论