kalamuna/quicksilver-deploy-tools
Composer 安装命令:
composer require kalamuna/quicksilver-deploy-tools
包简介
Runs postedployment commands such as clear cache and configuration import.
README 文档
README
This Quicksilver project is used for automation of post-deployment tasks on Pantheon platform.
Installation
This project is designed to be included from a site's composer.json file, and placed in its appropriate installation directory by Composer Installers.
The project can be included by using the command:
composer require kalamuna/quicksilver-deploy-tools
Don't forget to update the pantheon.yml file for your Drupal 8/9 installation.
Example pantheon.yml
Here's an example of what your pantheon.yml would look like if this were the only Quicksilver operation you wanted to use.
api_version: 1 workflows: deploy: after: - type: webphp description: Import configuration from .yml files script: private/scripts/quicksilver/quicksilver-deploy-tools/postdeploy.php sync_code: after: - type: webphp description: Import configuration from .yml files script: private/scripts/quicksilver-deploy-tools/postdeploy.php
统计信息
- 总下载量: 4.84k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-08-31