diff options
author | Ben Sima <ben@bsima.me> | 2020-04-02 23:45:04 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-02 23:45:04 -0700 |
commit | 65c2b30a288385cf3df4027d50080ac595bbcf83 (patch) | |
tree | 391aa2ea046935e4bd5463abf8979633697b99f5 /push-all | |
parent | 4ef954f7b3e9b5d99d1030843c2633dbd76f37c0 (diff) |
Reorganize and comment some of the nix code
Diffstat (limited to 'push-all')
-rwxr-xr-x | push-all | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: |