diff options
author | Anthony Wang | 2024-11-24 11:56:59 -0500 |
---|---|---|
committer | Anthony Wang | 2024-11-24 11:56:59 -0500 |
commit | 4e38e9498ae198af896ee8c2a121956b463f6683 (patch) | |
tree | c913c10f432e0fe5e3e38c64f0fca40efecf7e6b | |
parent | 622b192ca3e6e48b843bd34eee400e3dd5532f90 (diff) |
Make submodules match .gitmodules during deploy
-rw-r--r-- | deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ cd ~/Code/website git pull +git submodule update hugo --cleanDestinationDir --destination /srv/http/a |