Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/studio24/deployer-recipes
Deployer recipes to aid deployment via https://deployer.org
https://github.com/studio24/deployer-recipes
deployer-recipes deployment php
Last synced: 3 months ago
JSON representation
Deployer recipes to aid deployment via https://deployer.org
- Host: GitHub
- URL: https://github.com/studio24/deployer-recipes
- Owner: studio24
- License: mit
- Created: 2021-03-02T09:56:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T05:42:10.000Z (8 months ago)
- Last Synced: 2024-08-08T15:38:20.916Z (6 months ago)
- Topics: deployer-recipes, deployment, php
- Language: PHP
- Homepage:
- Size: 136 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Deployer recipes
This package contains [Deployer](https://deployer.org/) recipes used to help deploy Studio 24 projects.
[![license][license-badge]][LICENSE]
## Requirements
* PHP 8.0+ (Deployer 7)
* PHP 7.2 (Deployer 6)
* [Composer](https://getcomposer.org/)## Documentation
View [documentation](docs/README.md).
If you want to contribute to this project, please read the [contribution guidelines](CONTRIBUTING.md).
## Installation
### Deployer 7 (PHP 8.0+)
Install via Composer:
```
composer require studio24/deployer-recipes:^2.0 --dev
```See [installation instructions](docs/installation.md).
### Deployer 6 (PHP 7.2–7.4)
Install via Composer:
```
composer require studio24/deployer-recipes:^1.1 --dev
```See [installation instructions](https://github.com/studio24/deployer-recipes/tree/v1.1.0).
## Running Deployer
To run deployments use:
```
dep deploy --branch=
```See [usage documentation](docs/usage.md).
[LICENSE]: ./LICENSE
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg