定制 drenso/symfony-deployer-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

drenso/symfony-deployer-bundle

最新稳定版本:1.0.0

Composer 安装命令:

composer require drenso/symfony-deployer-bundle

包简介

Deploy scripting bundle for Symfony

README 文档

README

This bundle can be used to configure scripts that should be run during your deployment.

Generate new script

Run bin/console drenso:deployer:generate.

Deployment setup

Just add the following commands to your deployment script, at the required positions:

  • Pre-deployment scripts: bin/console drenso:deployer:pre
  • Post-deployment scripts: bin/console drenso:deployer:post

Command types

This bundle distinguishes between two main command types: always and once. Both can be configured for either the pre or post deployment hook.

Skipping a step

You can use the skipIf method in the script to conditionally skip a script. It will not be marked as executed, so it can still be executed if the condition result changed in the future.

统计信息

  • 总下载量: 2.91k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • 开发语言: HTML

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2022-09-20