joinlemmy-site/deploy.sh

3 lines
110 B
Bash
Raw Permalink Normal View History

#!/bin/bash
2021-02-04 20:06:29 +00:00
ssh tyler@5.196.14.162 'cd ~/joinlemmy-site && git pull --recurse-submodules && bash -l build.sh'