diff options
| author | Franck Cuny <franck@fcuny.net> | 2021-08-12 13:53:33 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2021-08-12 15:46:24 -0700 |
| commit | aa80df2b26c7455007d3db96f01bfde66c6779df (patch) | |
| tree | 00cc4724a8362d0edad8de1f13be408f1df17ba6 /tools/govanity/README.org | |
| parent | config: replace homelab with tools (diff) | |
| download | infra-aa80df2b26c7455007d3db96f01bfde66c6779df.tar.gz | |
build: deploy to fly
Don't deploy to Google App anymore, but use fly.io instead.
Add steps to the Makefile to build a docker image, and to deploy the
application to fly.io.
Diffstat (limited to 'tools/govanity/README.org')
| -rw-r--r-- | tools/govanity/README.org | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/govanity/README.org b/tools/govanity/README.org new file mode 100644 index 0000000..e2da852 --- /dev/null +++ b/tools/govanity/README.org @@ -0,0 +1,11 @@ +A service to manage vanity URLs for go packages. + +It makes it possible to install tools like this: +#+begin_src sh +GOPRIVATE=1 go install -v golang.fcuny.net/tools/cmd/music-organizer@latest +#+end_src + +* Deployment +To update the application with the most recent code, run =make deploy=. +* Configuration +Add repositories to the [[file+sys:vanity.yaml][configuration file]]. |
