Adding makefile support for updating submodules

This commit is contained in:
Siina Mashek 2024-02-17 18:19:19 +02:00
parent 715c87d4f2
commit 98ef837c38

View File

@ -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"