From 1b7ee875f0d8c812407c3925ccf127aab56e3866 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 7 Feb 2021 23:54:43 -0500 Subject: [PATCH] Adding submodule update to deploy. --- deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy.sh b/deploy.sh index b0ba335..71eff2c 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,2 +1,6 @@ #!/bin/bash +git submodule update --remote +git add lemmy-docs +git commit -m"Updating docs" +git push ssh tyler@5.196.14.162 'cd ~/joinlemmy-site && git pull --recurse-submodules && bash -l build.sh'