Splash page for the project
https://coopcloud.tech
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
archetypes | 2 years ago | |
content | 2 months ago | |
data | 3 months ago | |
static | 2 months ago | |
themes/coopcloud.tech | 2 months ago | |
.drone.yml | 10 months ago | |
.env | 2 years ago | |
.env.sample | 2 years ago | |
.gitignore | 4 months ago | |
Dockerfile | 1 year ago | |
LICENSE | 4 months ago | |
README.md | 9 months ago | |
compose.yml | 1 year ago | |
config.toml | 2 months ago | |
makefile | 2 years ago |
README.md
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.