Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ansistrano/php
PHP Compose package for facilitate the set-up for deploying PHP applications
https://github.com/ansistrano/php
Last synced: about 2 months ago
JSON representation
PHP Compose package for facilitate the set-up for deploying PHP applications
- Host: GitHub
- URL: https://github.com/ansistrano/php
- Owner: ansistrano
- Created: 2020-03-21T17:42:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T09:48:29.000Z (almost 5 years ago)
- Last Synced: 2024-05-01T11:33:34.606Z (8 months ago)
- Language: PHP
- Homepage: https://ansistrano.com
- Size: 15.6 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansistrano/php WIP
PHP Compose package for facilitate the set-up for deploying PHP applications.
## Goal: Deploy in two commands
composer require ansistrano/php
composer deployApplication deployed!
## Deploy Script
composer deploy
It should be executing ```ansible-playbook .ansistrano/deploy.yml -i .ansistrano/hosts```## Internals
There may be some alternatives as an implementation:
A. We can use a ```composer-plugin``` and combination of events as possible option.
B. We can use a ```composer-plugin``` and a customer installer.