upstreamable/ddev-basin-deploy

Add commands to ddev-basin to deploy with ansistrano

Maintainers

Package info

github.com/upstreamable/ddev-basin-deploy

Language:Shell

pkg:composer/upstreamable/ddev-basin-deploy

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-03-13 17:20 UTC

This package is auto-updated.

Last update: 2026-03-13 17:21:04 UTC


README

add-on registry tests last commit release

DDEV Basin Deploy

Overview

This add-on integrates Basin Deploy with ansistrano into your DDEV project.

Installation

ddev add-on get  https://github.com/upstreamable/ddev-basin-deploy/tarball/main
ddev restart

Usage

Add to .ddev/.env.web the following variables

ANSIBLE_REMOTE_USER=ubuntu
ANSIBLE_REMOTE_HOST=1.1.1.1

Replace by the values you would use in a ssh connection such as ubuntu@1.1.1.1.

Advanced Customization

Credits

Contributed and maintained by @upstreamable