Skip to content

Commit

Permalink
Update backupdb.yml
Browse files Browse the repository at this point in the history
Drush cim before drush updb instead of drush deploy
  • Loading branch information
a-pasquale authored Oct 6, 2023
1 parent 5e48ae6 commit 7dd8919
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backupdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- name: Sanitize backup
run: |
lando drush sql-sanitize --sanitize-password=y -y
lando drush deploy
lando drush cim
lando drush updb
lando drush en amp_dev
lando drush pmu amp_dev
lando drush cr
Expand Down

0 comments on commit 7dd8919

Please sign in to comment.