From fa57535f98690b2ab9621e69dbb923692dc4cb28 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 26 Oct 2021 20:14:19 -0400 Subject: [PATCH] Updating deploy script --- deploy.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/deploy.sh b/deploy.sh index 0df067e..914f5ae 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,11 +1,7 @@ #!/bin/bash -git submodule update --remote -git add lemmy-docs -git commit -m"Updating docs" -git add joinlemmy-translations -git commit -m"Updating translations" -git push +# Update all the submodules and translations +./update_submodules.sh # look for unused translations for langfile in joinlemmy-translations/translations/*.json; do