diff options
author | Ben Sima <ben@bsima.me> | 2020-04-15 09:54:10 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-15 10:06:56 -0700 |
commit | f4b8c0df041b063c0b47d2ec6c818a9c202fd833 (patch) | |
tree | 01ad246a83fda29c079847b3397ca6509a7f6106 /push-all | |
parent | 6ed475ca94209ce92e75f48764cb9d361029ea26 (diff) |
Re-namespacing
Moving away from the DNS-driven namespacing toward more condensed names,
mostly because I don't like typing so much.
Diffstat (limited to 'push-all')
-rwxr-xr-x | push-all | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |