From f4b8c0df041b063c0b47d2ec6c818a9c202fd833 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 15 Apr 2020 09:54:10 -0700 Subject: Re-namespacing Moving away from the DNS-driven namespacing toward more condensed names, mostly because I don't like typing so much. --- push-all | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'push-all') diff --git a/push-all b/push-all index dcc4df2..8c33d91 100755 --- a/push-all +++ b/push-all @@ -1,11 +1,11 @@ #!/usr/bin/env bash set -ex -bild Com.Simatime.Cloud -push Com.Simatime.Cloud simatime.com +bild Biz.Cloud +push Biz.Cloud simatime.com -bild Com.Simatime.Dev -push Com.Simatime.Dev dev.simatime.com +bild Biz.Dev +push Biz.Dev dev.simatime.com -bild Run.Que.Prod -push Run.Que.Prod que.run +bild Que.Prod +push Que.Prod que.run -- cgit v1.2.3