Skip to content

Instantly share code, notes, and snippets.

@samdark
Created October 27, 2011 21:23
Show Gist options
  • Save samdark/1320922 to your computer and use it in GitHub Desktop.
Save samdark/1320922 to your computer and use it in GitHub Desktop.
Yii postcommit hook checklist
  1. Run "yii migrate --interactive=0" from "protected" dir.
  2. Check that "protected/runtime" and "www/assets" are writable by webserver process.
  3. Clear assets dir.
  4. Run unit tests and send an email to project members only if failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment