Skip to content

Instantly share code, notes, and snippets.

@dogmatic69
Created November 11, 2012 02:17
Show Gist options
  • Save dogmatic69/4053390 to your computer and use it in GitHub Desktop.
Save dogmatic69/4053390 to your computer and use it in GitHub Desktop.
Git deploy hook for Infinitas
#!/bin/sh
cd ..
env -i git reset --hard
env -i git submodule update --recursive
env -i Console/cake data.clear_cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment