Adding makefile support for updating submodules
This commit is contained in:
parent
715c87d4f2
commit
98ef837c38
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,4 +9,4 @@ push:
|
||||||
git push
|
git push
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
ssh siina.monster "cd /var/www/siina.monster && git pull"
|
ssh siina.monster "cd /var/www/siina.monster && git pull && git submodule update --recursive --remote"
|
||||||
|
|
Reference in a new issue