Created
July 2, 2011 18:19
-
-
Save alexknowshtml/1061494 to your computer and use it in GitHub Desktop.
Pre-deploy hook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Hook called prior to deployment. | |
* | |
* @param String | |
*/ | |
public function pre_deploy_hook($key = '') | |
{ | |
log_message('debug', 'Pre-deploy hook called'); | |
$this->go_maintenance($key); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment