aboutsummaryrefslogtreecommitdiff
path: root/templates/.zsh/functions/ebdeploy.zsh
blob: 76b8a049f3b1efe1fe7ad6324d25809954bfb79a (plain)
1
2
3
function ebdeploy() {
	eb deploy --timeout 30 --label "$(git rev-parse --short HEAD)-$(date +%Y-%m-%dT%H:%M:%SZ)"
}