frontpage/updateLive.sh

3 lines
77 B
Bash
Raw Normal View History

2023-03-06 13:48:52 -06:00
#!/bin/bash
2024-08-11 12:43:51 -05:00
ssh -p2122 chloe@172.16.1.31 "cd /etc/nginx/html/root; git pull"