upstreamable / ddev-basin-deploy
Add commands to ddev-basin to deploy with ansistrano
Package info
github.com/upstreamable/ddev-basin-deploy
Language:Shell
pkg:composer/upstreamable/ddev-basin-deploy
dev-main
2026-03-13 17:20 UTC
Requires
This package is auto-updated.
Last update: 2026-03-13 17:21:04 UTC
README
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