library deployer-cli
CLI tool to help deploy projects to remote servers
anorgan/deployer-cli
CLI tool to help deploy projects to remote servers
- Tuesday, October 18, 2016
- by anorgan
- Repository
- 1 Watchers
- 0 Stars
- 5 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Deployer
CLI tool for deployment on remote servers, (*1)
, (*2)
Instalation
$ wget http://bit.ly/deployer-cli -O deployer.phar
Usage
$ php deployer.phar deploy production
Configuration
$ php deployer.phar init
Creates something like:, (*3)
# Environments
production:
servers:
app1:
type: ssh # local or webhook
host: app1.domain.com
user: deployer
path: /var/www/domain.com
steps:
Tests:
commands:
- bin/phpspec run -fpretty
success:
- echo "send email with output"
- echo "send notification on Slack"
# Run after any failure to deploy to destination (optional)
fail:
- echo "weep"
Requirements
PHP 5.4.0 or above, (*4)
Licence
Deployer is licensed under the MIT License - see the LICENSE file for details, (*5)
dev-master
9999999-dev
CLI tool to help deploy projects to remote servers
Sources
Download
MIT
The Requires
The Development Requires
by
Marin CrnkoviÄ
v0.2.0
0.2.0.0
CLI tool to help deploy projects to remote servers
Sources
Download
MIT
The Requires
The Development Requires
by
Marin CrnkoviÄ