pantheon-quicksilver/wakeup
Composer 安装命令:
composer require pantheon-quicksilver/wakeup
包简介
A simple script to wake up a sleeping site environment.
README 文档
README
This is simple script that can be used to wake up a site environment by pinging the public URL before running any other Quicksilver scripts.
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.
In order for this to work, you should have the following in your composer.json file:
{
"require": {
"composer/installers": "^1"
},
"extra": {
"installer-paths": {
"web/private/scripts/quicksilver": ["type:quicksilver-script"]
}
}
}
The project can be included by using the command:
composer require pantheon-quicksilver/wakeup
Example pantheon.yml
api_version: 1 workflows: sync_code: after: - type: webphp description: Wakeup! script: private/scripts/quicksilver/pantheon-quicksilver/wakeup.php
统计信息
- 总下载量: 1.02k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-07-27