summaryrefslogtreecommitdiff
path: root/ship
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-06-27 09:59:59 -0700
committerBen Sima <ben@bsima.me>2020-06-27 09:59:59 -0700
commita7f603d83933e2be1d0e999888f013207c2d901c (patch)
treefb189dbf1fa040e569f80ace08963939b03a771d /ship
parent63acc41bd665c9e0c7303127f3e623390ed269bf (diff)
turnkey: rename to ship
Diffstat (limited to 'ship')
-rwxr-xr-xship21
1 files changed, 21 insertions, 0 deletions
diff --git a/ship b/ship
new file mode 100755
index 0000000..f0efdb4
--- /dev/null
+++ b/ship
@@ -0,0 +1,21 @@
+#!/usr/bin/env bash
+set -ex
+lint
+stuff=(${1})
+if [[ ${#stuff[@]} -eq 0 ]]
+then
+ stuff=(
+ Biz.Cloud
+ Biz.Dev
+ Que.Prod
+ Hero.Prod
+ )
+fi
+for thing in ${stuff[@]}
+do
+ bild $thing
+done
+for thing in ${stuff[@]}
+do
+ push $thing
+done