coopcloud.tech/README.md

28 lines
936 B
Markdown
Raw Permalink Normal View History

2021-04-16 09:02:55 +00:00
# coopcloud.tech
2021-01-09 16:38:47 +00:00
2021-08-16 23:35:59 +00:00
[![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)
2021-01-09 18:47:04 +00:00
2021-04-16 09:02:55 +00:00
> https://coopcloud.tech
2021-01-09 18:52:26 +00:00
2021-01-09 16:38:47 +00:00
Splash page for the project.
2021-01-09 16:58:15 +00:00
## Hack
You'll need to get the latest extended Hugo release. See [the Github releases](https://github.com/gohugoio/hugo/releases).
2021-01-09 16:58:15 +00:00
```bash
$ hugo server
2021-01-09 16:58:15 +00:00
```
2021-08-12 14:30:40 +00:00
## Deploy me manually to the prod site
Need to have a docker context that points to swarm.autonomic.zone. To have permissions to push the image, need to use `docker login` using the creds in the pass store at `logins/dockerhub`
```bash
docker build -t thecoopcloud/coopcloud.tech:latest .
docker push thecoopcloud/coopcloud.tech:latest
DOCKER_CONTEXT=autonomic-swarm docker stack deploy -c compose.yml coop_cloud_site
```
2021-11-09 09:43:37 +00:00
The site should auto-deploy though [over here](https://build.coopcloud.tech/coop-cloud/coopcloud.tech).