Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weierophinney/zf-docs-deploy
https://github.com/weierophinney/zf-docs-deploy
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/weierophinney/zf-docs-deploy
- Owner: weierophinney
- Created: 2019-10-28T18:12:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:02:41.000Z (over 1 year ago)
- Last Synced: 2024-11-06T20:49:46.533Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trigger ZF documentation builds
This repository provides tooling for triggering builds of the ZF documentation,
and should only be used by documentation maintainers.It requires a `ZFBOT_TOKEN` environment variable with a valid API token. To
obtain one, please ping user mwop on the Zend Framework slack.## Installation
Install your dependencies using [Composer](https://getcomposer.org):
```bash
$ composer install
```Next, create a `.env` file in your application with the following contents:
```bash
ZFBOT_TOKEN=token-value
```## Usage
```bash
$ php build.php
```> ### Lag time
>
> The script pauses for 15s between calls in order to allow the bot time to
> catch up with the queue.## Customization of build list
You can reduce the build list by providing a substitute `component-list.txt`
file.