From 4f588f4aac8590d7adf676bf60960c14b6baa6d0 Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Tue, 12 Mar 2019 04:32:47 +1100 Subject: [PATCH] testing ci --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..ebc5457 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,5 @@ +docs: + type: deploy + script: + - ssh -p 2683 benjamyntesting@s331.syd1.hostingplatform.net.au ./update-mkdocs.sh + only: master \ No newline at end of file