Splash page for the project https://coopcloud.tech
Go to file
decentral1se 2541cd10f5
docs: explain auto-deploy
2021-11-09 10:43:37 +01:00
archetypes Init hugo 2021-01-09 17:57:29 +01:00
content chore: wording 2021-10-28 14:02:15 +02:00
data Update 'data/faq.json' 2021-10-31 13:58:51 +00:00
static/img feat: new sept/oct post 2021-10-27 09:17:05 +02:00
themes/coopcloud.tech fix: smaller gap on mobile caused by incorrect column sizing on mobile 2021-11-09 09:02:04 +00:00
.drone.yml fix: wait until static is bundled 2021-10-28 13:55:40 +02:00
.env Init deployment 2021-01-09 19:42:21 +01:00
.env.sample Init deployment 2021-01-09 19:42:21 +01:00
.gitignore fix: complied elements being commited 2021-03-29 13:51:45 +01:00
Dockerfile remove git submodule update from Dockerfile 2021-07-02 19:29:01 +05:00
README.md docs: explain auto-deploy 2021-11-09 10:43:37 +01:00
compose.yml Use new name here too 2021-06-17 21:08:42 +02:00
config.toml replace git.autonomic.zone with git.coopcloud.tech 2021-10-05 14:11:01 +00:00
makefile Add a makefile 2021-01-09 18:01:45 +01:00

README.md

coopcloud.tech

Build Status

https://coopcloud.tech

Splash page for the project.

Hack

You'll need to get the latest extended Hugo release. See the Github releases.

$ hugo server

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

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

The site should auto-deploy though over here.