From 02d7f97cc63177ae875caa2b28a03c03582c4224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Wed, 1 May 2024 10:20:39 +0200 Subject: Add simple deploy command --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 deploy.sh (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..77b944c --- /dev/null +++ b/deploy.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +scp *.py wgmd.de:feeds/ -- cgit v1.2.3