mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
2 lines
104 B
Bash
Executable file
2 lines
104 B
Bash
Executable file
#!/bin/bash
|
|
ssh tyler@5.196.14.162 'cd ~/joinlemmy-site && git pull --recurse-submodules && ./build.sh'
|