*
Jes Olson j3s@c3f.net
Fri, 30 Sep 2022 19:00:13 -0500
1 files changed,
4 insertions(+),
1 deletions(-)
jump to
M
main.go
→
main.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) }