aboutsummaryrefslogtreecommitdiff
path: root/templates/.zsh/functions/ebdeploy.zsh
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-08-13 23:33:32 -0400
committerBen Burwell <ben@benburwell.com>2019-08-13 23:33:32 -0400
commit8e4d61fb77ed68f896b6fe3dc0bbbcd078668ede (patch)
treed521e523316d239caea0bf4a35ce851236dad53e /templates/.zsh/functions/ebdeploy.zsh
parent7d4c541a0d4f09eb421425f8d49b65308d9e6cfd (diff)
zsh: adopt
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)"
+}