Closes #49
This commit is contained in:
3wc 2025-01-04 23:21:38 -05:00
parent 9fb33be7fb
commit 5881a5bd21
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# coopcloud.tech
[![Build Status](https://build.coopcloud.tech/api/badges/coop-cloud/coopcloud.tech/status.svg?ref=refs/heads/main)](https://build.coopcloud.tech/coop-cloud/coopcloud.tech)
[![Build Status](https://build.coopcloud.tech/api/badges/toolshed/coopcloud.tech/status.svg?ref=refs/heads/main)](https://build.coopcloud.tech/toolshed/coopcloud.tech)
> https://coopcloud.tech
@ -24,4 +24,4 @@ docker push thecoopcloud/coopcloud.tech:latest
DOCKER_CONTEXT=autonomic-swarm docker stack deploy -c compose.yml coop_cloud_site
```
The site should auto-deploy though [over here](https://build.coopcloud.tech/coop-cloud/coopcloud.tech).
The site should auto-deploy though [over here](https://build.coopcloud.tech/toolshed/coopcloud.tech).

View File

@ -15,7 +15,7 @@ Happy September folks! Time for another recap of what we've been up to.
Our rewrite of `abra`, the Co-op Cloud command-line tool, continues apace: the `server`/`recipe` commands are completed, progress can be seen on [TODO.md](https://git.coopcloud.tech/coop-cloud/go-abra/src/branch/main/TODO.md). We're working on design and usability as we go. The new command-line seems to remove the need to install Docker locally which is a huge win for portability :partly_sunny:
`@roxxers` has set up our own Golang package repositories in [coop-cloud/coopcloud.tech#20](https://git.coopcloud.tech/coop-cloud/coopcloud.tech/issues/20#issuecomment-8201), so we can now do things like `go get coopcloud.tech/abra` for package installations.
`@roxxers` has set up our own Golang package repositories in [toolshed/coopcloud.tech#20](https://git.coopcloud.tech/toolshed/coopcloud.tech/issues/20#issuecomment-8201), so we can now do things like `go get coopcloud.tech/abra` for package installations.
`@roxxers` also put together [`abra-git`](https://aur.archlinux.org/packages/abra-git/), an Arch AUR package of `abra` :rainbow: