From 05c2d7f9699039a4aed8f47d060df53d6f939e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <davbe125@student.liu.se> Date: Fri, 31 Aug 2018 11:51:12 +0200 Subject: [PATCH] Add script for copying website to my student website --- docs/deploy-ida.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/deploy-ida.sh diff --git a/docs/deploy-ida.sh b/docs/deploy-ida.sh new file mode 100644 index 0000000..72dfb1c --- /dev/null +++ b/docs/deploy-ida.sh @@ -0,0 +1,2 @@ +#!/bin/sh +scp -r _build/html/* davbe125@remote-und.ida.liu.se:/wwwpub/davbe125/sc2/ -- GitLab