Skip to content

Commit 5f47cbc

Browse files
authored
Merge branch 'master' into update
2 parents 0f9ab7d + 8630980 commit 5f47cbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.platform.app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ hooks:
3636
# The deploy hook is run after the app container has been started, but before it has started accepting requests.
3737
# More information: https://docs.platform.sh/create-apps/hooks/hooks-comparison.html#deploy-hook
3838
deploy: |
39-
if [ $(wp core is-installed) ]; then
39+
if output=$(wp core is-installed); then
4040
# Flushes the object cache which might have changed between current production and newly deployed changes
4141
wp cache flush
4242
# Runs the WordPress database update procedure in case core is being updated with the newly deployed changes

.platform/last.updated

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fri Dec 12 16:33:43 UTC 2025
1+
Mon Jan 5 15:23:46 UTC 2026

0 commit comments

Comments
 (0)