We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196930a commit 188e724Copy full SHA for 188e724
1 file changed
local/etc/uceap.d/_pantheon_deploy.sh
@@ -7,6 +7,10 @@ function _pantheon_deploy() {
7
terminus drush -- state-set system.maintenance_mode TRUE
8
terminus env:clear-cache
9
terminus env:deploy $deploy_args
10
+ _pantheon_complete_deployment
11
+}
12
+
13
+function _pantheon_complete_deployment() {
14
terminus drush -- cache-rebuild
15
terminus drush -- $DRUSH_TASK
16
sleep 60
0 commit comments