diff --git a/bin/deploy-pub b/bin/deploy-pub
new file mode 100755
index 0000000000000000000000000000000000000000..5e876bbba0ac5e6d60a58bfeb590c02347bd4b53
--- /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 0000000000000000000000000000000000000000..8adfe335796471d85bfcd7c344e195e97c6a3bde
--- /dev/null
+++ b/bin/deploy-test
@@ -0,0 +1,2 @@
+#!/bin/sh
+ssh mo-web@gimli 'cd osmo-test/src && git pull && bin/deploy'