完全简单的部署系统

SimpleDeployer的Python项目详细描述


简单部署程序

编辑~/.deployer/deployer.yaml这是您的配置文件。

definitions:-outDir:/var/www/graphPlaygroundrepository:https://github.com/MikeDombo/graphPlayground.gitsourceDir:.ignore:-.*/*# Ignore all directories starting with ".". Ex. .git and .vscodenoOverwrite:-.gitlab-ci.yml# If you have a local config file, for example and don't want it overwritten every time you deploy, add it herepostInstall:# Commands to run after the copy happens. Use this to update node_modules and similar.-npm ci-npm run build

其他选项:

  • 分支:要从git克隆的分支

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java Spring启动启用HTTPS   actionscript 3 java中的这个[“var”+“name”]   java只匹配给定集合中一个字符的一个匹配项   java Hibernate:防止角色表中出现多个相同的条目   javajersey+Spring注入servlet请求   java HtmlEditor javafx失去焦点   java Apache Wicket AjaxRequestTarget ListView组件未刷新或更新   mysql java。无法将lang.String转换为java。sql。时间戳   java将巨大的整数文件(在一行中)拆分为具有内存限制的已排序块   安卓如何完全关闭proguard?   安装Eclipse和Android SDK后的java“无AVD可用”消息   java动态显示图像视图   java在Spring中还有哪些WebsocketClient实现?   java Glassfish需要很长时间才能重新启动   使用Java简单串行连接器将pc与arduino连接   java如何在camel文件组件配置中结合readLockCheckInterval和maxMessagesPerPoll?   单击Android时的java预览图像   java如何将字节数组转换为ByteArrayOutputStream