diff --git a/deploy.sh b/deploy.sh
new file mode 100755
index 0000000000000000000000000000000000000000..14e5eb1d3d3fc78758c4529ef3872e5fe3c964a6
--- /dev/null
+++ b/deploy.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+IMAGE=k8r.eu/justjanne/bahn-proxy
+TAGS=$(git describe --always --tags HEAD)
+DEPLOYMENT=bahn-proxy
+POD=bahn-proxy
+NAMESPACE=bahn-tools
+
+kubectl -n $NAMESPACE set image deployment/$DEPLOYMENT $POD=$IMAGE:$TAGS
\ No newline at end of file