From 388fe408a1762a1898d0c0e728af6405ed28a997 Mon Sep 17 00:00:00 2001 From: notplants Date: Mon, 9 May 2022 11:30:45 +0200 Subject: [PATCH] deploy.sh --- deploy.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 deploy.sh diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..834c577 --- /dev/null +++ b/deploy.sh @@ -0,0 +1 @@ +rsync -avzh -e "ssh -i /Users/notplants/.ssh/do_rsa2" /Users/notplants/computer/projects/timesite/ root@147.182.177.135:/srv/time.commoninternet.net/ \ No newline at end of file