jorgegc / phing-deploy
A collection of targets for deploying Drupal websites.
Installs: 3 643
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- jorgegc/phing-drush: 2.*
This package is not auto-updated.
Last update: 2025-03-29 20:31:22 UTC
README
Overview
A collection of targets for deploying Drupal websites.
Installation
This project can be checked out with Composer.
"require": {
"jorgegc/phing-deploy": "*"
}
If you are already running a Phing build in an existing project why not include these tasks as well with the following line in your build.xml:
<import file="vendor/jorgegc/phing-deploy/build.xml" optional="true" />
Usage
To get a list of tasks.
phing -l