Skip to content

Commit 5a1c48b

Browse files
committed
Changed site.yaml
1 parent c604d21 commit 5a1c48b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/site.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ jobs:
120120
121121
- name: Update site
122122
run: |
123-
docker compose exec phpfpm vendor/bin/drush updatedb --yes
124-
docker compose exec phpfpm vendor/bin/drush cr --yes
125123
docker compose exec phpfpm vendor/bin/drush config-import --yes
126124
docker compose exec phpfpm vendor/bin/drush pm-uninstall search_api_autocomplete --yes
125+
docker compose exec phpfpm vendor/bin/drush cr --yes
126+
docker compose exec phpfpm vendor/bin/drush updatedb --yes
127127
docker compose exec phpfpm vendor/bin/drush deploy --yes
128128
129129
- name: Show site URL

0 commit comments

Comments
 (0)