aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2024-11-24 11:56:59 -0500
committerAnthony Wang2024-11-24 11:56:59 -0500
commit4e38e9498ae198af896ee8c2a121956b463f6683 (patch)
treec913c10f432e0fe5e3e38c64f0fca40efecf7e6b
parent622b192ca3e6e48b843bd34eee400e3dd5532f90 (diff)
Make submodules match .gitmodules during deploy
-rw-r--r--deploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index cc47b50..6e30fb5 100644
--- a/deploy.sh
+++ b/deploy.sh
@@ -1,3 +1,4 @@
cd ~/Code/website
git pull
+git submodule update
hugo --cleanDestinationDir --destination /srv/http/a