diff options
Diffstat (limited to 'git/hooks/mosquitone-admin/post-receive')
| -rw-r--r-- | git/hooks/mosquitone-admin/post-receive | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/git/hooks/mosquitone-admin/post-receive b/git/hooks/mosquitone-admin/post-receive new file mode 100644 index 0000000..9064458 --- /dev/null +++ b/git/hooks/mosquitone-admin/post-receive @@ -0,0 +1,4 @@ +#!/bin/bash +set -e +GIT_WORK_TREE=/home/yyamashita/workspaces/repos/mosquitone-admin git checkout -f +echo "Deploy complete: mosquitone-admin" |
