mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
6 lines
197 B
Bash
Executable file
6 lines
197 B
Bash
Executable file
#!/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'
|