summaryrefslogtreecommitdiff
path: root/push-all
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-04-03 16:43:51 -0700
committerBen Sima <ben@bsima.me>2020-04-03 16:43:51 -0700
commit0d37af4eba374c41a9ad3fa8d2f2251ddb6b58c5 (patch)
tree2fe862376d983f1b5470a2181defe0142c1b4560 /push-all
parentc472472df38e0dcb4abe5745d8fdec48d7e4590b (diff)
Rename Serval to Prod
Diffstat (limited to 'push-all')
-rwxr-xr-xpush-all18
1 files changed, 7 insertions, 11 deletions
diff --git a/push-all b/push-all
index cc89338..32d0c5a 100755
--- a/push-all
+++ b/push-all
@@ -1,15 +1,11 @@
#!/usr/bin/env bash
+set -ex
-./bild Com.Simatime.Cloud
-./push Com.Simatime.Cloud simatime.com
+bild Com.Simatime.Cloud
+push Com.Simatime.Cloud simatime.com
-./bild Com.Simatime.Dev
-./push Com.Simatime.Dev dev.simatime.com
+bild Com.Simatime.Dev
+push Com.Simatime.Dev dev.simatime.com
-# these are todos:
-
-#bild Com.InfluencedByBooks
-#push Com.InfluencedByBooks influencedbybooks.com
-
-#bild Com.MusicMeetsComics
-#push Com.MusicMeetsComics musicmeetscomics.com
+bild Com.Simatime.Prod
+push Com.Simatime.Prod prod.simatime.com