Skip to content

Commit

Permalink
chore(docs): add github action and remove travis
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Jun 29, 2020
1 parent a19824b commit 8ff8e9b
Show file tree
Hide file tree
Showing 14 changed files with 477 additions and 228 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: 'symplegma:mkdocs'

on:
push:
branches:
- master
paths:
- 'docs/**'
- 'mkdocs.yml'
- 'README.md'

jobs:
terraform:
name: 'symplegma:mkdocs'
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2

- name: deploy
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REQUIREMENTS: docs/requirements.txt
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# Symplegma

[![Build Status](https://travis-ci.com/clusterfrak-dynamics/symplegma.svg?branch=master)](https://travis-ci.org/clusterfrak-dynamics/symplegma)
<p align="center">
<img src="images/logo.png">
</p>

[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fclusterfrak-dynamics%2Fsymplegma.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fclusterfrak-dynamics%2Fsymplegma?ref=badge_shield)

<p>
<img src="https://raw.githubusercontent.com/cncf/artwork/master/projects/kubernetes/certified-kubernetes/versionless/color/certified-kubernetes-color.png" alt="Certified Kubernetes" title="Certified Kubernetes" width=150/>
</p>

Symplegma (from greek *σύμπλεγμα*) is a simple set of [Ansible](https://www.ansible.com/) playbooks to deploy [Kubernetes](https://kubernetes.io/) with [Kubeadm](https://kubernetes.io/docs/setup/independent/high-availability/). It is heavily inspired by [Kubespray](https://github.com/kubernetes-incubator/kubespray) and [OpenStack Ansible](https://docs.openstack.org/openstack-ansible/latest/).

Symplegma is [Kubernetes certified](https://github.com/cncf/k8s-conformance/tree/master/v1.15/symplegma) since `v1.12`. Check out [CNCF Landscape](https://landscape.cncf.io/).
<p align="center">
<img src="https://raw.githubusercontent.com/cncf/artwork/master/projects/kubernetes/certified-kubernetes/versionless/color/certified-kubernetes-color.png" alt="Certified Kubernetes" title="Certified Kubernetes" width=150/>
</p>

The main goal is to be minimalist with sensible defaults.

Expand Down
218 changes: 218 additions & 0 deletions docs/images/logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8ff8e9b

Please sign in to comment.