Update makefile

This commit is contained in:
L3D 2019-12-22 12:05:11 +01:00
parent a364def642
commit 6a8c575215
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -47,6 +47,7 @@ pull:
git remote add gitea gitea@gitea.see-base.de:C3WOC/c3woc-webseite.git
git pull gitea master
fi
git pull origin master
push:
if git config remote.gitea.url > /dev/null; then