Skip to content

Add localizations update on post-deploy script #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions assets/wodby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ pipeline:
drush sqlq "UPDATE users_field_data SET pass='#' WHERE mail LIKE '%@ramsalt.com';"
directory: $WODBY_APP_DOCROOT
only_if: '[ "$WODBY_ENVIRONMENT_TYPE" = "prod" ] && [ -n "$(drush st --fields=bootstrap)" ]'

- name: Update localizations
type: command
command: drush locale:check && drush locale:update

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have experienced an issue with this. It breaks if the locale module is not installed and on the first deploys.

We need to add contingency for those two cases before we can merge it for all sites.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point, @esolitos do you have any suggestions/workaround for this?

directory: $WODBY_APP_DOCROOT