From 65c2b30a288385cf3df4027d50080ac595bbcf83 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 2 Apr 2020 23:45:04 -0700 Subject: Reorganize and comment some of the nix code --- push-all | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'push-all') diff --git a/push-all b/push-all index aea8588..cc89338 100755 --- a/push-all +++ b/push-all @@ -1,10 +1,10 @@ #!/usr/bin/env bash -bild Com.Simatime -push Com.Simatime 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: -- cgit v1.2.3