update Makefile
This commit is contained in:
parent
8e8566f320
commit
42210fc1d2
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -50,6 +50,7 @@ pull:
|
||||||
git pull origin master
|
git pull origin master
|
||||||
|
|
||||||
push:
|
push:
|
||||||
|
rm .lfsconfig
|
||||||
if git config remote.gitea.url > /dev/null; then
|
if git config remote.gitea.url > /dev/null; then
|
||||||
git push gitea master
|
git push gitea master
|
||||||
else
|
else
|
||||||
|
@ -62,3 +63,4 @@ push:
|
||||||
git remote add github git@github.com:c3woc/c3woc-podcast.git
|
git remote add github git@github.com:c3woc/c3woc-podcast.git
|
||||||
git push github master
|
git push github master
|
||||||
fi
|
fi
|
||||||
|
git restore .lfsconfig
|
||||||
|
|
Loading…
Reference in a new issue