Skip to content

Releases: Lullabot/drainpipe

v1.2.1

26 Jan 12:12
d514f75
Compare
Choose a tag to compare

Fixes paths used to run task and drupal in the GitHub Actions for Pantheon review apps

Adds support for Pantheon review apps with GitHub Actions

25 Jan 18:15
180ec91
Compare
Choose a tag to compare

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

24 Jan 21:31
211c09d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

18 Jan 11:48
94480aa
Compare
Choose a tag to compare

Allows the directories used for db import and export to be configurable with DB_DIR e.g.

cmds:
  - task: drupal:export-db
     vars: {DB_DIR: "/var/www/html/files/private"}

Adds support for syncing databases from Pantheon and importing them

14 Jan 16:09
6a0bef9
Compare
Choose a tag to compare
v1.1.0

Adds commands for fetching a datbase from Pantheon and importing it (…

v1.0.0

11 Jan 14:40
34a3a36
Compare
Choose a tag to compare

🎉