0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-09-19 15:02:47 +02:00

cleanup after migration

This commit is contained in:
Robert Kaussow 2021-01-29 15:44:10 +01:00
parent 6138426137
commit f954576452
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
3 changed files with 6 additions and 6 deletions

View File

@ -283,7 +283,7 @@ def notification(ctx):
"image": "plugins/slack", "image": "plugins/slack",
"settings": { "settings": {
"webhook": { "webhook": {
"from_secret": "slack_webhook_private", "from_secret": "private_rocketchat",
}, },
"channel": "builds", "channel": "builds",
}, },

View File

@ -1,4 +1,4 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>owncloud-ops/renovate-presets:docker"] "extends": ["github>owncloud-ci/renovate-presets:docker"]
} }

View File

@ -1,9 +1,9 @@
# drone-ansible # 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) [![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) [![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-ops/drone-ansible)](https://github.com/owncloud-ops/drone-ansible/blob/main/LICENSE) [![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/). Drone plugin to provision infrastructure with [Ansible](https://www.ansible.com/).
@ -45,4 +45,4 @@ docker run --rm \
## License ## 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.