Remove optional files

This commit is contained in:
Luke Murphy 2020-04-07 09:38:57 +02:00
parent 26e7271ad0
commit 9b147ba11c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 0 additions and 25 deletions

View File

@ -3,8 +3,3 @@
[![Build Status](https://drone.autonomic.zone/api/badges/autonomic-cooperative/keycloak/status.svg)](https://drone.autonomic.zone/autonomic-cooperative/keycloak)
> https://keycloak.org
# Deploy
1. Push your changes to master and Dokku will try to automatically release
1. See the [dashboard to see the build](https://drone.autonomic.zone/autonomic-cooperative/keycloak/)

View File

@ -1,5 +0,0 @@
{
"name": "keycloak",
"description": "Open Source Identity and Access Management",
"repository": "https://git.autonomic.zone/autonomic-cooperative/keycloak"
}

View File

@ -1,15 +0,0 @@
#!/bin/bash
set -eu -o pipefail
# Usage
# ./encrypt.sh mysecretname mysecretvalue
declare name="$1"
declare secret="$2"
ansible-vault \
encrypt_string \
--vault-password-file ansible/.vault.sh \
--name "$name" \
"$secret"