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