Autonomics website on the world wide web https://autonomic.zone
This repository has been archived on 2023-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
czmj bbeff69a10 Revert "change ruby version gemfile"
This reverts commit 8293415fbd.
2018-08-21 16:35:07 +01:00
bin Use the tags generating command. 2017-10-16 01:02:03 +02:00
src Delete 2018-01-11-spectre-and-meltdown.md 2018-08-10 15:26:18 +00:00
.editorconfig Add editor config. Kill all tabs. 2017-09-24 00:55:04 +02:00
.gitignore I'm sorry. Actually, this has to be tracked. 2017-10-04 20:55:57 +02:00
.gitlab-ci.yml Only run this for tagged commits. 2017-10-14 00:35:12 +02:00
CHANGELOG.md Add note about change log. 2017-11-05 15:46:28 +01:00
CONTRIBUTING.md Use development target in documentation. 2017-10-04 16:37:09 +02:00
Gemfile Revert "change ruby version gemfile" 2018-08-21 16:35:07 +01:00
LICENSE Add license from adapted theme: https://html5up.net/license. 2017-10-04 15:06:39 +02:00
Makefile Remove that unused target. 2017-10-14 17:19:16 +02:00
README.md Fix bad link. 2017-11-06 21:52:35 +01:00
_config.yml Don't include those files in our dist/. 2017-10-04 15:31:07 +02:00
autonomic.gemspec fix invalid gemspec 2017-09-24 17:17:45 +01:00

README.md

pipeline status

autonomic-cooperative.gitlab.io

A Jekyll based site for the Autonomic Cooperative.

The template is based on the spectral-jekyll-theme.

We use autonomic.zone for production and autonomic-cooperative.gitlab.io for staging.

Contribute

Please see CONTRIBUTING.md for the juicy details.

Make A New Release

Please add a new change log entry. This helps us track released changes easily.

Then, tag a new commit and send it upstream with:

$ COMMIT=$(git rev-parse HEAD)
$ TAG=6.6.6  # enter your new tag
$ git tag -a $TAG $COMMIT
$ git push upstream master --tags

You can also use the Gitlab tags UI for this.

Our deploy CI stage will push the new site to the production branch.

Watch the CI/CD pipeline to see that it builds successfully.

Then head over to fullyautomatedluxuryinfrastructure and run:

$ ansible-playbook orgs/autonomic/gitlabpages.yml