From 015196a52dc624a0cfc233aaef3023908155da03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Thu, 7 Jan 2021 23:24:13 +0200 Subject: [PATCH] Add deployment script to repo --- deploy.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 deploy.sh diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 0000000..0252314 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,2 @@ +#!/bin/sh +scp shatrizualizer.html ahti.space:public_html/shatrizualizer/index.html