Skip to content

Commit 5fb9e2f

Browse files
committed
Added additional commands to site update
1 parent 47d6d41 commit 5fb9e2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/site.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ 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
123125
docker compose exec phpfpm vendor/bin/drush config-import --yes
124126
docker compose exec phpfpm vendor/bin/drush deploy --yes
125127

0 commit comments

Comments
 (0)