We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c604d21 commit 5a1c48bCopy full SHA for 5a1c48b
1 file changed
.github/workflows/site.yaml
@@ -120,10 +120,10 @@ jobs:
120
121
- name: Update site
122
run: |
123
- docker compose exec phpfpm vendor/bin/drush updatedb --yes
124
- docker compose exec phpfpm vendor/bin/drush cr --yes
125
docker compose exec phpfpm vendor/bin/drush config-import --yes
126
docker compose exec phpfpm vendor/bin/drush pm-uninstall search_api_autocomplete --yes
+ docker compose exec phpfpm vendor/bin/drush cr --yes
+ docker compose exec phpfpm vendor/bin/drush updatedb --yes
127
docker compose exec phpfpm vendor/bin/drush deploy --yes
128
129
- name: Show site URL
0 commit comments