Skip to content

A simple DDEV add-on that exposes the Deployer dep CLI inside your project’s web container by installing a wrapper script at .ddev/commands/web/dep.

Notifications You must be signed in to change notification settings

studioraz/ddev-deployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ddev-deployer

A DDEV add-on to expose Deployer’s dep command inside your project’s web container.

Installation

cd your-project
ddev add-on get studioraz/ddev-deployer
ddev restart

Once DDEV has restarted, you can run:

ddev dep
ddev dep deploy staging

Uninstallation

ddev add-on remove ddev-deployer

This will remove the dep wrapper script. The vendor/bin/dep binary is left intact (it’s part of your project’s dependencies).

ddev-deployer

About

A simple DDEV add-on that exposes the Deployer dep CLI inside your project’s web container by installing a wrapper script at .ddev/commands/web/dep.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages