From f95457645243c3ca7e7a0f222ab84cb6df658660 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 29 Jan 2021 15:44:10 +0100 Subject: [PATCH] cleanup after migration --- .drone.star | 2 +- .renovaterc.json | 2 +- README.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.star b/.drone.star index 2b8989a..abc7621 100644 --- a/.drone.star +++ b/.drone.star @@ -283,7 +283,7 @@ def notification(ctx): "image": "plugins/slack", "settings": { "webhook": { - "from_secret": "slack_webhook_private", + "from_secret": "private_rocketchat", }, "channel": "builds", }, diff --git a/.renovaterc.json b/.renovaterc.json index be4b776..d7442ec 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -1,4 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>owncloud-ops/renovate-presets:docker"] + "extends": ["github>owncloud-ci/renovate-presets:docker"] } diff --git a/README.md b/README.md index a17b094..450dcf5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # drone-ansible -[![Build Status](https://drone.owncloud.com/api/badges/owncloud-ops/drone-ansible/status.svg)](https://drone.owncloud.com/owncloud-ops/drone-ansible/) +[![Build Status](https://drone.owncloud.com/api/badges/owncloud-ci/drone-ansible/status.svg)](https://drone.owncloud.com/owncloud-ci/drone-ansible/) [![Docker Hub](https://img.shields.io/badge/docker-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/owncloudci/drone-ansible) -[![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/owncloud-ops/drone-ansible) -[![License: Apache-2.0](https://img.shields.io/github/license/owncloud-ops/drone-ansible)](https://github.com/owncloud-ops/drone-ansible/blob/main/LICENSE) +[![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/owncloud-ci/drone-ansible) +[![License: Apache-2.0](https://img.shields.io/github/license/owncloud-ci/drone-ansible)](https://github.com/owncloud-ci/drone-ansible/blob/main/LICENSE) Drone plugin to provision infrastructure with [Ansible](https://www.ansible.com/). @@ -45,4 +45,4 @@ docker run --rm \ ## License -This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/owncloud-ops/drone-ansible/blob/master/LICENSE) file for details. +This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/owncloud-ci/drone-ansible/blob/master/LICENSE) file for details.