diff options
author | Franck Cuny <franck@fcuny.net> | 2022-06-15 18:01:31 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-15 18:02:00 -0700 |
commit | 787eeee83f86d18385b70f3ade8a5f70af8025e4 (patch) | |
tree | de5101cd9c07a1e1f72ce633a6fa79caee173f03 | |
parent | ref(tools/govanity): simplify the deployment script (diff) | |
download | world-787eeee83f86d18385b70f3ade8a5f70af8025e4.tar.gz |
docs(tools/govanity): update instructions
Change-Id: I212635346d2244d9aa1648d02391d192f33c8a1f Reviewed-on: https://cl.fcuny.net/c/world/+/423 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to '')
-rw-r--r-- | tools/govanity/README.org | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/govanity/README.org b/tools/govanity/README.org index 7955ead..b61021e 100644 --- a/tools/govanity/README.org +++ b/tools/govanity/README.org @@ -5,11 +5,7 @@ It makes it possible to install tools like this: GOPRIVATE=1 go install -v golang.fcuny.net/tools/cmd/music-organizer@latest #+end_src -* Build -Running =nix build= in the repository will create the binary. -* Run -Running =nix run= in the repository will start the server. * Deployment -To update the application with the most recent code, run =make deploy=. +To update the application with the most recent code, run =nix run .#tools.govanity.deploy= from the root directory. * Configuration Add repositories to the [[file+sys:vanity.yaml][configuration file]]. |