mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
Adding submodule update to deploy.
This commit is contained in:
parent
af75f833a9
commit
1b7ee875f0
1 changed files with 4 additions and 0 deletions
|
@ -1,2 +1,6 @@
|
||||||
#!/bin/bash
|
#!/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'
|
ssh tyler@5.196.14.162 'cd ~/joinlemmy-site && git pull --recurse-submodules && bash -l build.sh'
|
||||||
|
|
Loading…
Reference in a new issue