We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f9ab7d + 8630980 commit 5f47cbcCopy full SHA for 5f47cbc
.platform.app.yaml
@@ -36,7 +36,7 @@ hooks:
36
# The deploy hook is run after the app container has been started, but before it has started accepting requests.
37
# More information: https://docs.platform.sh/create-apps/hooks/hooks-comparison.html#deploy-hook
38
deploy: |
39
- if [ $(wp core is-installed) ]; then
+ if output=$(wp core is-installed); then
40
# Flushes the object cache which might have changed between current production and newly deployed changes
41
wp cache flush
42
# Runs the WordPress database update procedure in case core is being updated with the newly deployed changes
.platform/last.updated
@@ -1 +1 @@
1
-Fri Dec 12 16:33:43 UTC 2025
+Mon Jan 5 15:23:46 UTC 2026
0 commit comments