Skip to main content

Drush output not shown anymore in deploy hook scripts

Comments

1 comment

  • Johannes Freudendahl

    In the end, I asked the support and got the answer that this is indeed a platform.sh bug. They are working to correct it. To be more precise, the stderr output is missing from activity logs. You can still see it by requesting the deploy log from the platform.sh CLI.

    For now, I added a rerouting of stderr to stdout to our script calls (e.g. “drush cim -y 2>&1”) and everything works again.

    0

Please sign in to leave a comment.