X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/08f6b5bc8a3c905fb981896157ff8f5bc23f9b73..cec140bdf2d777199acb4d7c14066d510ce3ff93:/blog/Makefile?ds=sidebyside diff --git a/blog/Makefile b/blog/Makefile index f394743517..f935992c13 100644 --- a/blog/Makefile +++ b/blog/Makefile @@ -8,7 +8,8 @@ clean: update: index.html git add $$(cvs up|grep '^?' | cut -c3-) || true - git commit -m "Generated." . - git push; git push skolelinux + git commit -m "Generated." . || true + git push + git push skolelinux web: update - ssh user.skolelinux.no "cd public_html/; git pull" + ssh maintainer.skolelinux.no "cd public_html/; git pull"