From a994f94880619669353c096d73da7c5be09aa1cd Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Mon, 4 Jan 2021 11:03:03 +0100
Subject: [PATCH] =?UTF-8?q?P=C5=99id=C3=A1ny=20skripty=20bin/deploy-{pub,t?=
 =?UTF-8?q?est}?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 bin/deploy-pub  | 2 ++
 bin/deploy-test | 2 ++
 2 files changed, 4 insertions(+)
 create mode 100755 bin/deploy-pub
 create mode 100755 bin/deploy-test

diff --git a/bin/deploy-pub b/bin/deploy-pub
new file mode 100755
index 00000000..5e876bbb
--- /dev/null
+++ b/bin/deploy-pub
@@ -0,0 +1,2 @@
+#!/bin/sh
+ssh mo-web@gimli 'cd osmo/src && git pull && bin/deploy'
diff --git a/bin/deploy-test b/bin/deploy-test
new file mode 100755
index 00000000..8adfe335
--- /dev/null
+++ b/bin/deploy-test
@@ -0,0 +1,2 @@
+#!/bin/sh
+ssh mo-web@gimli 'cd osmo-test/src && git pull && bin/deploy'
-- 
GitLab