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
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2022-09-20