diff --git a/captain_push.sh b/captain_push.sh
new file mode 100644
index 0000000000000000000000000000000000000000..5ab9a97297fc62704c18a99dfdf4c8e1beb03475
--- /dev/null
+++ b/captain_push.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+export WORKSPACE=$(pwd)
+captain push --branch-tags=false --commit-tags=true
\ No newline at end of file