We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d6d41 commit 5fb9e2fCopy full SHA for 5fb9e2f
1 file changed
.github/workflows/site.yaml
@@ -120,6 +120,8 @@ 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 deploy --yes
127
0 commit comments