Download the PHP package netpromotion/deployer without Composer
On this page you can find all versions of the php package netpromotion/deployer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download netpromotion/deployer
More information about netpromotion/deployer
Files in netpromotion/deployer
Download netpromotion/deployer
More information about netpromotion/deployer
Files in netpromotion/deployer
Vendor netpromotion
Package deployer
Short Description Takes repository and uploads non-ignored files to remote server
License MIT
Package deployer
Short Description Takes repository and uploads non-ignored files to remote server
License MIT
Please rate this library. Is it a good library?
Informations about the package deployer
Deployer
It takes repository and uploads non-ignored files to remote server
How to use it
- Go to your project directory
- Run
composer require --dev netpromotion/deployer
- Create
deploy.json
file - Configure it similar way as
dg/ftp-deployment
, differences:log
is object with two optional keys:config
is path of dump of final configuration,output
is path of output logignore
is array of additional ignored files (overrides.gitignore
)
- Private properties (f.e.
remote
) extract intodeploy.local.json
file - Run
./vendor/bin/deploy
Examples
deploy.json
deploy.local.json
All versions of deployer with dependencies
PHP Build Version
Package Version
The package netpromotion/deployer contains the following files
Loading the files please wait ....