aboutsummaryrefslogtreecommitdiff
path: root/templates/.zsh/functions/ebdeploy.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'templates/.zsh/functions/ebdeploy.zsh')
-rw-r--r--templates/.zsh/functions/ebdeploy.zsh3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/.zsh/functions/ebdeploy.zsh b/templates/.zsh/functions/ebdeploy.zsh
new file mode 100644
index 0000000..76b8a04
--- /dev/null
+++ b/templates/.zsh/functions/ebdeploy.zsh
@@ -0,0 +1,3 @@
+function ebdeploy() {
+ eb deploy --timeout 30 --label "$(git rev-parse --short HEAD)-$(date +%Y-%m-%dT%H:%M:%SZ)"
+}