small pixel drawing of a pufferfish zoa

*
Jes Olson j3s@c3f.net
Fri, 30 Sep 2022 19:00:13 -0500
commit

2b21df5ffaaaddd13ca37b576f578fafa533d4fb

parent

8a630df1f50c98aaa436a9d60fa3f2746a482c0b

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M main.gomain.go

@@ -111,6 +111,8 @@ sorry, this shit is a work in progress

details: zoa <path> will execute the code in the given zoa dir + - if the path is a git repo, zoa will pull it + - if the path is a dir, zoa will execute the code there zoa deploy <remote host...> will ssh to the given server and: - install zoa to /usr/local/bin/

@@ -118,7 +120,8 @@ - copy the local zoa repo to the host

- execute zoa on the remote host examples: - zoa run ~/code/my-zoa-repo + zoa ~/code/my-zoa-repo + zoa https://git.sr.ht/~j3s/testy zoa deploy j3s.sh git.j3s.sh`) os.Exit(1) }