Makefile
should close https://github.com/gnieark/botsArena/issues/54 because phpmailer wasn't pushed on prod vhost
This commit is contained in:
parent
d4686b3ad4
commit
d6428fdab0
6
Makefile
Normal file
6
Makefile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
.PHONY:update
|
||||||
|
update:
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
git submodule foreach git reset --hard
|
||||||
|
git submodule foreach git pull origin master
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7c8b786228bb9e1561ff60a2d6f7f6ce91be6fee
|
Subproject commit 1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a
|
Loading…
Reference in New Issue
Block a user