Add git push to default build/push process
This commit is contained in:
parent
40db12d934
commit
3f1b56b6c7
1 changed files with 7 additions and 1 deletions
8
Makefile
8
Makefile
|
@ -1,11 +1,17 @@
|
||||||
BUILDDIR?=../ungleich-staticcms-build
|
BUILDDIR?=../ungleich-staticcms-build
|
||||||
DESTINATION=ungleichstatic@staticweb.ungleich.ch:/home/services/www/ungleichstatic/staticcms.ungleich.ch/www/u/
|
DESTINATION=ungleichstatic@staticweb.ungleich.ch:/home/services/www/ungleichstatic/staticcms.ungleich.ch/www/u/
|
||||||
|
|
||||||
all: publish
|
all: goodpush
|
||||||
|
|
||||||
pull:
|
pull:
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
|
push:
|
||||||
|
git push
|
||||||
|
|
||||||
|
goodpush:
|
||||||
|
make publish && make push
|
||||||
|
|
||||||
publish: pull build deploy
|
publish: pull build deploy
|
||||||
|
|
||||||
deploy: permissions
|
deploy: permissions
|
||||||
|
|
Loading…
Reference in a new issue