Skip to content

Commit 188e724

Browse files
committed
extract reusable bit
1 parent 196930a commit 188e724

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

local/etc/uceap.d/_pantheon_deploy.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ function _pantheon_deploy() {
77
terminus drush -- state-set system.maintenance_mode TRUE
88
terminus env:clear-cache
99
terminus env:deploy $deploy_args
10+
_pantheon_complete_deployment
11+
}
12+
13+
function _pantheon_complete_deployment() {
1014
terminus drush -- cache-rebuild
1115
terminus drush -- $DRUSH_TASK
1216
sleep 60

0 commit comments

Comments
 (0)