summaryrefslogtreecommitdiff
path: root/push-all
diff options
context:
space:
mode:
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