diff --git a/live/deploy.sh b/live/deploy.sh index 4de884617efe80ebd714a52516a3911202eb30d5..1354c2e2755969cb66773d5b7e2b3119841c8e68 100755 --- a/live/deploy.sh +++ b/live/deploy.sh @@ -24,4 +24,5 @@ if [ "${cc_all-}" = "true" ]; then fi if [ "${civicrm_cache_clear-}" = "true" ]; then ${drush} civicrm-cache-clear + ${drush} compile-templates fi