helps to put it in the right place
This commit is contained in:
parent
44ae69aa2b
commit
51bdd59e79
11
post-receive
11
post-receive
|
@ -1,11 +0,0 @@
|
|||
#!/bin/bash
|
||||
while read oldrev newrev ref
|
||||
do
|
||||
if [[ $ref =~ .*/main$ ]];
|
||||
then
|
||||
echo "Main ref received. Deploying main branch to production..."
|
||||
git --work-tree=/srv/http/galshaw.eu --git-dir=/srv/git/galshaw.eu.git checkout -f
|
||||
else
|
||||
echo "Ref $ref successfully received. Doing nothing: only the main branch may be deployed on this server."
|
||||
fi
|
||||
done
|
Loading…
Reference in New Issue