Releases: Lullabot/drainpipe
Releases · Lullabot/drainpipe
v1.2.1
Adds support for Pantheon review apps with GitHub Actions
This can be enabled by adding the following to composer.json
:
"extra": {
"drainpipe": {
"github": ["PantheonReviewApps"]
}
}
See:
Lullabot/lullabot.com-d8#1804
https://github.com/Lullabot/drainpipe#pantheon-1
v1.1.2
What's Changed
- Pass command arguments from task to "drush site:install" by @hawkeyetwolf in #62
- Update javascript task summary by @hawkeyetwolf in #65
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Adds support for syncing databases from Pantheon and importing them
v1.1.0 Adds commands for fetching a datbase from Pantheon and importing it (…