summaryrefslogtreecommitdiff
path: root/git/hooks/mosquitone-admin/post-receive
blob: 906445875dcf83728e220224584525a36f9a85b5 (plain)
1
2
3
4
#!/bin/bash
set -e
GIT_WORK_TREE=/home/yyamashita/workspaces/repos/mosquitone-admin git checkout -f
echo "Deploy complete: mosquitone-admin"