https://github.com/jacobbednarz/blueprint
https://github.com/jacobbednarz/blueprint
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobbednarz/blueprint
- Owner: jacobbednarz
- License: mit
- Created: 2015-03-03T07:03:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-03T08:44:10.000Z (about 10 years ago)
- Last Synced: 2025-02-07T13:54:37.547Z (3 months ago)
- Language: PHP
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blueprint
Blueprint is a lightweight deployment tool which enables technical and
non-technical to deploy code or perform scheduled tasks for their environments.### Installation
To make Blueprint as versatile as possible, the only dependencies are PHP (5.4+)
and a database such as MySQL - everything else is optional.### Example Blueprint file
To configure a job, Blueprint looks for a file named '.blueprint.yml' within
your source directory. This file contains a series of options and instructions
to carry out once a trigger has been received from an endpoint (or user
operation).Here is an example:
```yaml
name: Example codebase
vcs: gitnotifications:
email:
- "[email protected]"
- "[email protected]"on_success:
notify:on_failure:
notify:
```### Providers
- GitHub
### Contributing
Found a bug? Thought of a feature you would like to see? Open a pull request!
### License
This project is licensed under the MIT license.