From 98ef837c3802dd558e83f2b30f43a754ff482534 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Sat, 17 Feb 2024 18:19:19 +0200 Subject: [PATCH] Adding makefile support for updating submodules --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a26435a..336d9a5 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ push: git push 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"