Splash page for the project https://coopcloud.tech
Go to file
3wc 81970450b6
continuous-integration/drone/pr Build is failing Details
Add word
2021-09-03 13:47:58 +02:00
archetypes Init hugo 2021-01-09 17:57:29 +01:00
content Add word 2021-09-03 13:47:58 +02:00
data Add links 2021-05-05 20:08:55 +02:00
static/img "This month in August" 2021-09-03 13:42:21 +02:00
themes/coopcloud.tech fix path for gitea 2021-08-12 16:29:10 +01:00
.drone.yml use new image 2021-06-17 21:06:16 +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 Update README badge URL 2021-08-17 01:35:59 +02:00
compose.yml Use new name here too 2021-06-17 21:08:42 +02:00
config.toml feat: go get vanity url for abra 2021-08-12 16:01:42 +01: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