Sha256: ee0ed74f4addd79c29f3c2ef4b07704946fb6ef2d076216e389cd9cf601025d5
Contents?: true
Size: 233 Bytes
Versions: 19
Compression:
Stored size: 233 Bytes
Contents
#!bin/bash if [ ! -d 'deploy.git' ]; then mkdir deploy.git && cd deploy.git git init --bare echo '#!/bin/sh' > hooks/post-receive echo 'GIT_WORK_TREE=.. git checkout -f' >> hooks/post-receive chmod +x hooks/post-receive fi
Version data entries
19 entries across 19 versions & 1 rubygems